Hello,
I'm just a beginner at MS Access and was hoping someone could please assist me with an issue I've been working on the last couple of days.
I have created a form with multiple buttons on it (all of them are different job names). When the user clicks a certain button, I need it to take them to a second form and autopopulate 3 separate text boxes based on 3 separate queries (there are 3 queries per job name).
I've written the basic code to open the second form, but am confused about the following:
1. the record source for the second form given it will be pulling data from multiple queries; and
2. what code to write in the 'onclick' event procedure for each job name button on the first form.
Any guidance would be hugely appreciated.
Many thanks