MikeMcKeown
Programmer
Hi,
I have the following tables in my database:-
Practices:-
Practice Name
EmployeeID
Employee:-
Employee Name
Employee ID
Territory Number
So for example when a practice is assigned a EmployeeID they are assigned a territory. Sometimes practices will change EmployeID and hence territory.
I would was planning to have a form with the following fields, which the user would select from a dropdown list box:-
Old Employee
New Employee
The query would then go through the Practice table and change old employee to new employee, based on what the user had entered.
I have tried this ina an mdb file to some success using Forms!FormName!ComboBox. However I am unsure how to do this in an adp project, as i am not sure how update queries work.
Any ideas?
I have the following tables in my database:-
Practices:-
Practice Name
EmployeeID
Employee:-
Employee Name
Employee ID
Territory Number
So for example when a practice is assigned a EmployeeID they are assigned a territory. Sometimes practices will change EmployeID and hence territory.
I would was planning to have a form with the following fields, which the user would select from a dropdown list box:-
Old Employee
New Employee
The query would then go through the Practice table and change old employee to new employee, based on what the user had entered.
I have tried this ina an mdb file to some success using Forms!FormName!ComboBox. However I am unsure how to do this in an adp project, as i am not sure how update queries work.
Any ideas?