I would like to write a query in which the user chooses the source table from a combo or list box of all tables in the database. The fields in all tables will always be the same. The query performs calculations and creates new fields in the table from the results of the calculations. I could use either an "update" or a "make table" query, depending on which is easier. My guess is that this will involve either QueryDef or TableDef, but I don't understand how to use either. Any help will be appreciated.
Thanks
Thanks