Run a macro to run query then open a form

  • Thread starter Thread starter sadonya80
  • Start date Start date
S

sadonya80

Guest
Hello, I have a form that I will need to allow users to be able to go back and find a specific record and edit it. I have a control number to uniquely identify each record. I have a main data entry form where the subform has the unique value in it. Can I run a macro to ask the user what control number they are looking for and then open the data entry form to that specific record?
 
Hi,

In the query that the form is made from you could add [Please enter Control Number] in the Control Number field.

Have a search for Parameter Querys for more information.

Hope this helps.

Pete
 

Users who are viewing this thread

Back
Top Bottom