Updating Multiple Fields based on entry in another

poohbear2012

Registered User.
Local time
Today, 00:06
Joined
Jan 8, 2012
Messages
30
Hi

I have created a form for users to enter details about customers. I want the form to search the tblcustomerdetails table upon entry of the customer number into the first field and populate the first name, surname and date of birth fields if there is a value in that table that matches.

If there are not matches present they will need the ability to enter the form normally.

Is there any way of creating an AfterUpdate Event to undertake this?

Regards
Trisha:confused:
 
Do this via COMBO BOX.
Look at "DemoComboB3A2000.mdb" (attachment, zip).
Open form and try.
 

Attachments

Last edited:
A combo box is not a viable option for this as the options would end up exceeding the 255 limit allowed for the combo box.
 

Users who are viewing this thread

Back
Top Bottom