G
Guest
I would like to have a form that has a list box that allows the user to
select several items. Then on that form I would like a command button that
runs a report based on the items selected in the list box. I have a form
named "frmSelectCategory" that has a listbox named "Category". I have a
report named "5162 Labels by Category". I have a query that runs the report
named "qryLabels". I went to the Dev Ashish website that you suggested in a
similar question & below is the code I have entered in the ON CLICK event of
the command button on the "frmSelectCategory". It runs the report but no
matter what I select in the listbox, it displays ALL categories. What am I
doing wrong? Thanks in advance!
select several items. Then on that form I would like a command button that
runs a report based on the items selected in the list box. I have a form
named "frmSelectCategory" that has a listbox named "Category". I have a
report named "5162 Labels by Category". I have a query that runs the report
named "qryLabels". I went to the Dev Ashish website that you suggested in a
similar question & below is the code I have entered in the ON CLICK event of
the command button on the "frmSelectCategory". It runs the report but no
matter what I select in the listbox, it displays ALL categories. What am I
doing wrong? Thanks in advance!