Queries?

R

Reen

Can I find a specific last name in an access database with last name, first
name, address, city, etc? Is that possible? (I hope this is not a stupid
question) Thanks.
 
K

Klatuu

Not an unreasonable question, but incomplete.
Is the last name in a field by itself or in a field containing other data?
What do you want returned if there are more than one occurance of the last
name?
 
J

John W. Vinson

Can I find a specific last name in an access database with last name, first
name, address, city, etc? Is that possible? (I hope this is not a stupid
question) Thanks.

Yes. Queries are designed to search data in tables. That's what they are FOR.

If you would like a more specific answer please post a more specific question,
describing your (existing or proposed) table structure and how you intend to
do the search.
 
Top