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.