Can Access auto fill info? I need this function for purchae order

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I order the same items with long numbers over and over again. Can an Access
database fill in the number if I enter name info? thanks, Katy
 
I order the same items with long numbers over and over again. Can an Access
database fill in the number if I enter name info? thanks, Katy

Sure. Use a Combo Box on a Form; have the human-meaningful text as the
first visible column of the combo, and the long number as the (zero
width) bound column.

Take a look at the Northwind sample database Order form. It's storing
meaningless numeric ProductID's while the user sees the name of a
product.

John W. Vinson[MVP]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top