P
Paul
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!!
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!!