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

Database search engine 1

Status
Not open for further replies.

mercury1

Programmer
Sep 23, 2002
8
US
I have a database with the following fields:
Product, Vendor, Quantity, Mfr, Price & Date.

I would like to set up a form that let me search database and also enter new data.

The Product field has many of the same items with different Vendors.

I need to search database and have all the results appear in datasheet format so that I can see all results.

Thank you.
 
you probably want a custom form that sets the filter value for your main, datasheet view form [datasheet view is ugly BTW ;-) ]

Use a form which creates a valid 'Filter' for the datasheet, and then in code turn the filteron=true

To enter or deny new data, you can use the
DateEntry
AllowEdits
etc

setting them as you need them.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top