I have a report which currently uses combo boxes to allow the user to select 3 fields which are used as criteria for the report. The 3 fields are Factory, Line and Date.
I would like to select multiple lines (each factory can have a number of production lines) and run the report for each of the lines selected.
I’ve changed the form used to make the selections to use a list box for the entry of the lines, allowing multiple lines to be selected, but don’t know how to run the report using the selected criteria.
I’ve used very little VBA todate – I guess this is the time when I will need it.
Any one able to offer a simple guide to how I can carry out the above?
John