Hello,
How do I create a form in Access where I can just type a person's Last Name
for example and then all of the information relating to that person will
automatically appear in the form?
Thank you.
Create a new form (or use an existing one) that contains all of the
fields you wish to see.
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.