This probably has been asked several times already, but...
I am trying to build a form that will be used to create a report that will allow a user to select multiple values to be used to print several reports at one time. My first attempt was to use a VBA script that utilizes a FOR loop that grabs each entry I have selected and bulds a report based on that value. This did not function correctly, however. Now I am thinking about reconfiguring the data to include an extra table that will allow me to select multiple values. This process, however, will be time-consuming. Is there a quicker and less time-consuming approach to this?