Thank you for your help. I am not sure of how to make your suggestion work. Do I put the code in the afterupdate event for the combo box? I tried and I just got a compiler error. I am new to access programming so I apologize if I don't understand what to do.
Tim
I have been searching for 2 weeks on how to mkae this work.
I have a form with a dropdown list. In the afterupdate event I have the following code:
Private Sub BreederID_AfterUpdate()
BreederFirstName = DLookup("[BreederFirst]", "Breeder", "BreederID=" & BreederID)
BreederLastName =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.