Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rainsworth
  • Content: Threads
  • Order by date
  1. rainsworth

    Access Closes with "Record is deleted" when refreshing form

    I have a form called startChklst. It has 2 sub forms: Current_Tasks and Finished_tasks. The subforms have tables named Current_Tasks and Finished_tasks associated with them. The subforms are continuous forms. Basically they display tasks that are unfinished tasks and finished tasks. When one...
  2. rainsworth

    Accessing a form using a variable name.

    Trying to set focus to a form using a variable. Here is the code. - Thanks Set dbs = CurrentDb Set RST = dbs.OpenRecordset("Functions") Function_name = Trim(Forms!Main_menu.FunctionsCMB.Value) Form_Name = Trim(RST.Fields!form_alias.Value) RST.MoveFirst Do While Not RST.EOF If...

Part and Inventory Search

Back
Top