J
Jen
I have a very simple database. I am building the
database so the user can upload files to existing tables
and run reports all using forms.
The table where the file is uploaded has 20 fields. The
report that needs to be generated from this table needs
to always show 6 fields (Name, Address, City, State, Zip,
Phone). The remaining 14 fields may or may not be needed
depending on the project.
What I was hoping to do is set up a form with check boxes
for these 14 optional fields. The user could select
which of these optional fields to show on the report and
the report would automatically update based on the user
selection criteria.
What I need is basically a way for the user to check or
uncheck the "Show/Hide" option in a query by using
checkboxes on a form.
Is this possible?
database so the user can upload files to existing tables
and run reports all using forms.
The table where the file is uploaded has 20 fields. The
report that needs to be generated from this table needs
to always show 6 fields (Name, Address, City, State, Zip,
Phone). The remaining 14 fields may or may not be needed
depending on the project.
What I was hoping to do is set up a form with check boxes
for these 14 optional fields. The user could select
which of these optional fields to show on the report and
the report would automatically update based on the user
selection criteria.
What I need is basically a way for the user to check or
uncheck the "Show/Hide" option in a query by using
checkboxes on a form.
Is this possible?