Okay, so here's my situation, I have created a combo box, where the user selects a client # and then it autopopulates another field. Works great! But now, I have another field that I want to update as well, that is linked to client #. I was trying to do something in the After Update. Here's my code for the first field called Client Name.
SELECT Clients.[Client#], Clients.[Client Name FROM Clients ORDER BY [Client#], [Client Name;
The Control Source for the field Client# is Client Name
Then I have Bound Column 2
My other field that I want to display Payroll Team which is in the Clients table is called Payteam.
Any thoughts or suggestions? Thanks in advance. I have been searching through other threads.
SELECT Clients.[Client#], Clients.[Client Name FROM Clients ORDER BY [Client#], [Client Name;
The Control Source for the field Client# is Client Name
Then I have Bound Column 2
My other field that I want to display Payroll Team which is in the Clients table is called Payteam.
Any thoughts or suggestions? Thanks in advance. I have been searching through other threads.