Database "find" function?

Caporegime
Joined
3 Jan 2006
Posts
25,263
Location
Chadderton, Oldham
Hi.

I'm making a database for my assignment. It's a database to log products and then customer orders, the thing is, if you've got a very large database, to find these orders, I need a quicker way than scrolling down, so perhaps typing in the product ID or the name of the product could bring it up?

I'm unsure if the built in function on Access can do this, I clicked on find but it did not work, just said what I typed in could not be found even though I am positive it was in there.

So is what I am asking something I have to make using SQL or perhaps a query?

Thanks
Will.
 
Well, I'm looking through a long list of products on a form that has retrieved them from a products table.

Imagine if there was masses of products, I want to find one particular product, for example, HDF4870, I can't find it, so I want a search/find function and type in say "HD", and it brings up all products that start with "HD", the "Find" function in the toolbar does not seem to do this.
 
PRODUCTTABLE.jpg


See image, would it be possible to even as you type something in, a drop down box appears with products from the product table when starting typing in the "Product ID" field?
 
Back
Top Bottom