Auto complete

  • Thread starter Thread starter Stevied
  • Start date Start date
S

Stevied

Guest
I have a table witch hold a reference number in one field, house number in another and street in another field. I need to create a form that when the refernce number is entered by the operator the house number and street are automatically entered in the other fields. I'm not sure how to go about it can any one help.

Steve
 
You could use the afterupdate (or similar) event of the ReferenceNo control, and have it update the other two after you enter or choose the reference number. Is that what you meant?

Matt
 

Users who are viewing this thread

Back
Top Bottom