Hi,In my Access97 database, there are 20 tables, c-1-1, c-1-2, c-1-3,etc. I need to create 20 select queries like qryc1,qryc2, qryc3, and so on to join each table with tblMaster. I want to use VBA code---tabledef and querydef to create those select queries like this:
For each tabledef in...