in a database of 'Events' I have a table of event name 'TblEventNames' that I update each time I create a new event table. Update and reports are required from any one of the vents at user chosen times. I am attempting to show all event names in a list box the select the event that I want to run a report on. My thought is to create a query that will run against whichever table I choose from the list box. This way one report bound to the query is all that is required. Or maybe there is a way to make a variable bind in the report itself.
Any thoughts would be appreciated.