In my database I'm comparing data in 2 tables and returning the difference. For example Table1 will have Joe Blow $75 Table2 will have Joe Blow $50 then my query will return Joe Blow $75 $50 ($25). So in year 1 Joe spent $75 with us. In year 2 he spent $50 with us. so the comparison shows he spent $25 less with in year 2.
What I want to do is on a form have a Combo Box that lists the table names so the user doesn't have to try to remember the names scheme of the tables. So I want the combo box to display "Table1, Table2, Table3..." not the contents inside the tables..
Thanks in advance
Rick
What I want to do is on a form have a Combo Box that lists the table names so the user doesn't have to try to remember the names scheme of the tables. So I want the combo box to display "Table1, Table2, Table3..." not the contents inside the tables..
Thanks in advance
Rick