Hi There,
I'm not sure that this is the correct section...
I have a form whereby a user for my database can be created. The fields required are listed below:
Payroll ID
Forename
Surname
Location
Manager
The last two fields are related to two other tables; tblLocation and tblManager, which are related to one another.
Each location (there are three) can have more than one manager, however, a manager can be associated with only one location.
I would like whomever is creating the user to only be able to select a Manager that works at a particular location, currently, I can select LocationID 1 and ManagerID 3, but ManagerID 3 works at LocationID 2.
How can I base the 'Manager' field in my form on the previous field's selection, e.g. 'Location'.
Also would need to restrict the order in which the form's fields are enter, i.e., 'Location' before 'Manager'.
Hope this made sense.
Many thanks.
I'm not sure that this is the correct section...
I have a form whereby a user for my database can be created. The fields required are listed below:
Payroll ID
Forename
Surname
Location
Manager
The last two fields are related to two other tables; tblLocation and tblManager, which are related to one another.
Each location (there are three) can have more than one manager, however, a manager can be associated with only one location.
I would like whomever is creating the user to only be able to select a Manager that works at a particular location, currently, I can select LocationID 1 and ManagerID 3, but ManagerID 3 works at LocationID 2.
How can I base the 'Manager' field in my form on the previous field's selection, e.g. 'Location'.
Also would need to restrict the order in which the form's fields are enter, i.e., 'Location' before 'Manager'.
Hope this made sense.
Many thanks.