In my DB I have two Forms that I work with. One form shows training by selected instructor. The other shows training for All instructors.
On the first form I have buttons that cause update queries to run. Each query is dependent on 2 field values from the form..Employee number...and Unit assigned to.
Now, the users have asked for the second form (All instructors) to show, so they can page through all the instructors without having to select individuals.
But...I want the buttons on the second form to compute the same update values it does for the first form.
Question: Is there a way to have dependent data from two different forms control a query. Like "FormA employee number Or FormB employee number" I have tried this, with the proper syntax of course, and it still askes for the first forms information. I have lots of buttons on each form and really do not want to create more queries.
Thanks,
On the first form I have buttons that cause update queries to run. Each query is dependent on 2 field values from the form..Employee number...and Unit assigned to.
Now, the users have asked for the second form (All instructors) to show, so they can page through all the instructors without having to select individuals.
But...I want the buttons on the second form to compute the same update values it does for the first form.
Question: Is there a way to have dependent data from two different forms control a query. Like "FormA employee number Or FormB employee number" I have tried this, with the proper syntax of course, and it still askes for the first forms information. I have lots of buttons on each form and really do not want to create more queries.
Thanks,