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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search

Status
Not open for further replies.

DirtDawg

IS-IT--Management
Apr 17, 2002
218
JP
quick question, I would like to search the cureent record set in Access to display what I am looking for? without having a pop up window.

Thanks in advance
 
You mean like an address bar using a textbox and a search button?

VBSlammer
redinvader3walking.gif

"You just have to know which screws to turn." - Professor Bob
 
You may consider the 3rd option of the combo wizard.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Actually I wanted a textbox with a search button on the form itself. So that i could serach the recordset in use at the time. then be able to update the record that was found if it was in correct.

Regards,
 
Take a look at the RecordsetClone, FindFirst, NoMatch and Bookmark methods/properties of the DAO.Recordset/Form objects.

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

Part and Inventory Search

Sponsor

Back
Top