Auto fill field on form

  • Thread starter Thread starter Deanna
  • Start date Start date
D

Deanna

Using 2007 -- Have a form with customer ID and customer name. Would like to
enter the customer ID and have it automatically fill in the customer name.
 
Deanna said:
Using 2007 -- Have a form with customer ID and customer name. Would like
to
enter the customer ID and have it automatically fill in the customer name.

That's easy, but remember, you should not store the customer name twice, NOT
FOR ANY REASON.

Use a combo box with 2 columns, store the customer ID and display the
Customer name.
 
Back
Top