I have "inherited" an Access database. It has hundreds of tables, all with the exact same fields. And hundreds of forms, one for each table. Eventually, I plan to get it down to one table and one form, but for now, I'd like to create a form that allows the users of this database to access any one of the tables, but this has thus far proved to be a bit trickier than I thought it'd be.
First, I thought I'd set up a Combo Box within the form that feeds information to the Record Source. But that didn't work.
So then I created a form that simply asks which table the user wants to use, then opens the other form, feeding it the selected table. But that didn't work either.
Anyone have any suggestion of how I go about doing this? I should note that I am fairly new to Access.