I am having trouble wraping my head around this am am seeking help (I have done a search and have made select box print labels and get the general idea) But this is a different format.
I have 3 tables running through a query supplying info for the report. The report is filtered using a date range and a combobox. When the report is ran, I have a an update query that goes back and tells my detailtable which ones have been printed.
For reasons to long to explain....I need to transform my query for reporting to form view showing continuous records. On this I need to add a yes/no check box to select the records that need to be printed. Then a combo box for my final filter.
I think I am making this more complicated than needs to be, but when I set my new form with the query containing yes/no box criteria set to yes I have no records showing up...I am so confused
I have 3 tables running through a query supplying info for the report. The report is filtered using a date range and a combobox. When the report is ran, I have a an update query that goes back and tells my detailtable which ones have been printed.
For reasons to long to explain....I need to transform my query for reporting to form view showing continuous records. On this I need to add a yes/no check box to select the records that need to be printed. Then a combo box for my final filter.
I think I am making this more complicated than needs to be, but when I set my new form with the query containing yes/no box criteria set to yes I have no records showing up...I am so confused