A
AngelaA
I have created a database which logs operational data for an industrial water
plant.
I want to output a table of the data, based on inputs from the user. I've
created a form where the user can enter a date range for the data they want
to view, and a series of check boxes which correspond with the fields in the
underlying table.
In order to restrict the output data to the date range and fields required
by the database user, I have created a query. My problem is that I can't seem
to find a way to link the check boxes on my form to the 'show' checkbox in
the query. I have tried to create a macro with a conditional expression, ie
if the form checkbox is 'true', then set the query 'show' checkbox to 'true',
but this did not work.
Any advice would be appreciated.
Angela
plant.
I want to output a table of the data, based on inputs from the user. I've
created a form where the user can enter a date range for the data they want
to view, and a series of check boxes which correspond with the fields in the
underlying table.
In order to restrict the output data to the date range and fields required
by the database user, I have created a query. My problem is that I can't seem
to find a way to link the check boxes on my form to the 'show' checkbox in
the query. I have tried to create a macro with a conditional expression, ie
if the form checkbox is 'true', then set the query 'show' checkbox to 'true',
but this did not work.
Any advice would be appreciated.
Angela