N
NetworkTrade
Access2003. Couldn't decide whether this question should go into
programming, queries, or reports...
Ultimately am creating a reports and labels based on a query for which the
criteria is dynamically entered by the user using a Form.
Its a general question "how would you do it".
The single table is Contact info. The multiple criteria that the user would
enter is:
Rating: there are about 7 values (A+ thru F) and they want to enter single,
multiple and have an 'all'
Date: will want to do a range i.e. between 1/1/08 and 1/31/08 (again would
need to have an 'all')
Region: there about 5 values and they would want to enter single, multiple
and have an 'all'
Build the query with VBA or in Report's Opening Argument?
One benefit of VBA would be that they could be written once and reused
whether opening a List Report or Label Report
Not real clear on best way for them to enter multiple values for Rating or
Region that will not be user error prone.
Kind of tossing it around and would welcome input if you have done this a
few times maybe a link to a sample of code if possible....thanks in advance...
programming, queries, or reports...
Ultimately am creating a reports and labels based on a query for which the
criteria is dynamically entered by the user using a Form.
Its a general question "how would you do it".
The single table is Contact info. The multiple criteria that the user would
enter is:
Rating: there are about 7 values (A+ thru F) and they want to enter single,
multiple and have an 'all'
Date: will want to do a range i.e. between 1/1/08 and 1/31/08 (again would
need to have an 'all')
Region: there about 5 values and they would want to enter single, multiple
and have an 'all'
Build the query with VBA or in Report's Opening Argument?
One benefit of VBA would be that they could be written once and reused
whether opening a List Report or Label Report
Not real clear on best way for them to enter multiple values for Rating or
Region that will not be user error prone.
Kind of tossing it around and would welcome input if you have done this a
few times maybe a link to a sample of code if possible....thanks in advance...