Is it possible to use only one report, with one query to show all records with dates:
ON a certain date
AND/OR
AFTER a certain date
AND/OR
BEFORE a certain date
the report draws from query with recDATE as the field with criteria. can I change the recDATE criteria with VB code from a form when user selects ON/BEFORE/AFTER?
Or do I need a query for each, then can I make a single report change data sources by using code?
ON a certain date
AND/OR
AFTER a certain date
AND/OR
BEFORE a certain date
the report draws from query with recDATE as the field with criteria. can I change the recDATE criteria with VB code from a form when user selects ON/BEFORE/AFTER?
Or do I need a query for each, then can I make a single report change data sources by using code?