Hi folks,
I have multiple combos working together correctly as follows:
Year
Location
Department
Employee
The combos bring back the correct records for that individual employee contained on a subform when the last combobox (employee) is selected.
I'd like to break this down further so when i select each individual Combo in sequence as below:
1. Year: it will bring me back all records for that year,
2. Location: it will bring back all records for locations that match the year selected in the previous combo
3. Department: it will bring back all records for departments that match the year and location selected in the previous combos
4. Employee: it will bring back all records for that employee that match the year, location, course selected in the previous combos (This is currently working with the code above)
What code can i place within each combo afterupdate step to break down the records further and update the subform on each combo update so it would make easier for people to either edit records by Year, Location, Department or Employee in the subform below.
Can you tell me if the above is possible and point me in the right direction
Thanks,
Brian
I have multiple combos working together correctly as follows:
Year
Location
Department
Employee
The combos bring back the correct records for that individual employee contained on a subform when the last combobox (employee) is selected.
I'd like to break this down further so when i select each individual Combo in sequence as below:
1. Year: it will bring me back all records for that year,
2. Location: it will bring back all records for locations that match the year selected in the previous combo
3. Department: it will bring back all records for departments that match the year and location selected in the previous combos
4. Employee: it will bring back all records for that employee that match the year, location, course selected in the previous combos (This is currently working with the code above)
What code can i place within each combo afterupdate step to break down the records further and update the subform on each combo update so it would make easier for people to either edit records by Year, Location, Department or Employee in the subform below.
Can you tell me if the above is possible and point me in the right direction
Thanks,
Brian