Search Bottom

jiajian

Registered User.
Local time
Today, 20:06
Joined
Sep 19, 2002
Messages
28
Hi

A simple one but border me as I am still new to Access.

I had a form with [Name], [ID No],[Tel No],[Add]

How can I create 2 search bottom for [Name] & [ID No] in form? How can I use the bottom tools to identify the field I want to search?

Thanks

jiajian
 
Instead of using Search Buttons, perhaps an unbound ComboBox would be better. Set it's properties to look up values from a table for the name and ID, and using the AfterUpdate property, use the FindFirst method. Check out the bold words under Help
 

Users who are viewing this thread

Back
Top Bottom