I hope someone can help – I’m sure this is easy but I can’t seem to do it!
I have a query that lists client code and department – eg:
Client Code: ABC
Department: Personnel
Client Code: ABC
Department: Accounts
Client Code: XYZ
Department: IT
Client Code: XYZ
Department: Marketing
On the form, the user selects a work type from a combo field – the second column contains the client code which is then stored in a text field.
The next combo field shows the departments and client code – how can I force the field to only show the departments for the selected client code? (eg. if client code is XYZ, the combo field should only show IT & Marketing)
I am quite new to Access so the simpler the answer, the better!
Many thanks,