S
Sondra
I have a database that requires approximately 50 different
reports. The only difference in the reports is a yes/no
field in the table:
Table:
Doc#
DocID
BinderA
BinderB
BinderC
Report for BinderA = yes
Report for BinderB = yes
Report for BinderC = yes
I know that I can write query for each separate
BinderReport; and I know I can write one query that can be
used for all binders by asking the user to identify the
binder they want.
But since not all the users are going to call the binder
by the same name, is there a way to use a dropdown option
for the user to choose the binder they want their report
for?
Thanks in advance.
reports. The only difference in the reports is a yes/no
field in the table:
Table:
Doc#
DocID
BinderA
BinderB
BinderC
Report for BinderA = yes
Report for BinderB = yes
Report for BinderC = yes
I know that I can write query for each separate
BinderReport; and I know I can write one query that can be
used for all binders by asking the user to identify the
binder they want.
But since not all the users are going to call the binder
by the same name, is there a way to use a dropdown option
for the user to choose the binder they want their report
for?
Thanks in advance.