I have a database which was getting so big that I put all the tables into individual .mdb files. Each mdb file had a table, a query, and a form.
Well, I got smart and brought all the forms (they are idenitcal) into one mdb and I just linked the tables.
So now, you have to open form1 to see tbl1 and form2 to see tbl2.
How can I just have one form, with a combobox on the top to select which table the data comes from?
Well, I got smart and brought all the forms (they are idenitcal) into one mdb and I just linked the tables.
So now, you have to open form1 to see tbl1 and form2 to see tbl2.
How can I just have one form, with a combobox on the top to select which table the data comes from?