Enter ID in field and contact info appears in

  • Thread starter Thread starter Lisa
  • Start date Start date
L

Lisa

How would I do this? I would like to enter the ID number and after the ID #
is entered I would like for the contact info to automatically appear in there
fields in the form.
 
Use a query to feed the form using the combo where you enter the ID number as
criteria like this --
[Forms]![YourFormName]![Combo5]
Use AfterUpdate event to ReQuery.
 
Back
Top