I built a form with some VB code in the background that dynamically sets the record source by concatenating values in combo boxes. The VB code ends up declaring a variable called "myRecordSource" and then setting the form's source to that variable. (Thank you faq702-1177.)
Now I would like the user to be able to click a button that would open a report that uses the same record source as the form is currently using. How could I go about doing that?
Now I would like the user to be able to click a button that would open a report that uses the same record source as the form is currently using. How could I go about doing that?