multiple parameters

P

Paul Reinholz

I have a database that stores descriptions of inspection
videos. The fields in my table are.

ID (autonumber and primary key), Tape # (text), Type of
Inspection (text), Company (text), Location (txt), Date
(txt), Report Included (yes/no), report # (txt), storage
box # (number), and Long Description (txt).

I want to make a query that uses type of inspection,
company, location, date, and long description as
parameters based on what the user enters. However, the
user may not have all of this information, and if they
just leave a certain field blank, the query only returns
records for which that field is blank. Any help would be
greatly appreciated!!
 

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