Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Searching in a table or form

Status
Not open for further replies.
Joined
Jan 22, 2003
Messages
92
Location
US
I have an access form that populates a table. I would like to be able to search that table for a specific record. I am not sure how I need to do this.
 
You can use SQL to select the record(s).
 
What version of Access are you using?

Eric
 
One more question. Do you need to search through the table itself or are you trying to pull up a record in your form that corresponds to your search criteria?

Eric
 
I am trying to pull a record itself to modify it. I have several to update information on and I wanted a quick way to pull each record up one at a time and make the necessary changes.
 
You may take a look at the Filter and FilterOn properties of your form.

Hope This Help, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top