Enter a last name in a form and the attached infomation fills in

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

Guest

Using Access database, how do i type in the last name of a customer and his
information fills in the form
 
Using Access database, how do i type in the last name of a customer and his
information fills in the form

You could add an unbound combo box to the Form Header. If you use the
Combo Wizard, select the 3rd option on the first page of questions,
something like "Find a record ...".

However, using a Last Name by itself to find a record is risky at
best, as it's quite common for more than one person to have the same
last name. How would you differentiate between Joe Smith and John
Smith?

In the Combo Box, use a Prime Key field, LastName field, FirstName
field and perhaps an Address field in the combo box. You would hide
the Prime Key field, and display the others. You can then select the
correct individual, and Access can locate the correct record by using
the Prime Key field.
 

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