Help on designing simple search-display form

K

kostas

Hello there i have access 2002 and i want to design a simple search form with
2 input boxes. 1st will be spare part code and the second will be
description. I want to input data into 1 or both boxes and then display some
results. In that boxew i want to be able to use the * wildcard

The table of the database will be consisted from a master key (i imagine
auto increment) the code of the spare part, the price, the description and
the image of the item). For the latest i would like to link external jpeg
files and then display them with the other results
 
T

Tom van Stiphout

On Tue, 5 Aug 2008 04:44:00 -0700, kostas

The simplest way requires no code at all: create your table > use the
Form wizard to create a form based on that table > go to the field you
want to search by and hit Ctrl+F. You can do wildcard searches (e.g.
Match any part of field) right there.
Only limitation is that you cannot search on the combination of two
fields, but for that we have Query by Form. Look it up in the Help
file.

-Tom.
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top