I have attached an example database of something I am trying to create. In the database there is a form: frmPrintLabels. If you open the form there is a list box called Series, if you select a series it loads the optional colors for the series in another listbox. If you select a color it populates the sub-form on the report with all of the combinations for the Series+Color. What I want is a way to also select all Series/Color combinations instead of selecting each individually - if desired.
I added a checkbox to the form, I was thinking there would be a way in the underlying query (qrySelect2Print) to tell it that if the checkbox is selected "Like *" , otherwise use the value from the form - if that makes sense. But it is not working.
Solutions?
Thanks!
I added a checkbox to the form, I was thinking there would be a way in the underlying query (qrySelect2Print) to tell it that if the checkbox is selected "Like *" , otherwise use the value from the form - if that makes sense. But it is not working.
Solutions?
Thanks!