Multiple inputs on a form to filter a query

mhankins

New member
Local time
Today, 00:37
Joined
Mar 12, 2013
Messages
5
So I'm building a database that allows users to make entries into the records tables and generate reports based on those records.

The db has 3 tables (buildings, records, services), one query, and one report. If you open it and hit Generate Report on the switchboard you're going to get the options form which we want to use to build our query.

The trick is, if we left all options blank we would want every record. If we set one, we want to filter by it. So on and so forth.

If you can help me or point me in the right direction, thanks for your time.
 

Attachments

Last edited:
I really like the dynamic sql idea and appreciate the insight. I'm going to try to pull it off. I'm a bit new for such a tactic though.
 
No problem. Dive in and if you get stuck post back and we'll sort it out.
 

Users who are viewing this thread

Back
Top Bottom