Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How to make search box at Access
Name: alpha314 Date: July 23, 2004 at 13:23:48 Pacific OS: Win xp CPU/Ram: p4-1.0/256
Comment:
I had customer information database in MS access. How do I can make a search box that search by Customer ID ? That mean -- when I open that customer inforamtion database, click search function, search box come out, than I type ID number into, it will come out that customer information.
Name: Jennifer SUMN Date: July 23, 2004 at 15:47:15 Pacific
Reply:
Create a query with the table that contains the the information.
In the Criteria box of the Customer ID field type the following:
[Enter the Customer ID]
Then, what I do is create a report based on the query. When you open the report, the query runs, you type in the requested information, and the data is displayed.
Summary: I had my customer database in MS Access. If I want find my customer, how do I can ask to show search function in MS access, then I just enter ID number to find that customer all information ? ...
Summary: Dear Taxi: Thank you for help. I was following your instruction -- highlight whole cell including title line, then select Tools, but I can not find any " dataform board and a form in which I can add, ...