Hi
I am trying to Append 100's of diffrent tables to one master table that have the the same fields. The tables are at diffrent locations, and once it's done I want to start with a new master table name and append to it many child tables of its own family and so on. I used the following SQL command in a Mcro:
INSERT INTO TABLE1 SELECT * FROM TABLE2
but as you can see the child tables and their location is fixed. I tried to use the command '&' before the table name that prompts the user for the table name but unfortunately that doesn't work with Access. I also created one pop-up form, changed the properties as recommended in an Access book .. then what ?
Is it possible to let the user specify the table name and it's path ?
Appreciation your help ..
I am trying to Append 100's of diffrent tables to one master table that have the the same fields. The tables are at diffrent locations, and once it's done I want to start with a new master table name and append to it many child tables of its own family and so on. I used the following SQL command in a Mcro:
INSERT INTO TABLE1 SELECT * FROM TABLE2
but as you can see the child tables and their location is fixed. I tried to use the command '&' before the table name that prompts the user for the table name but unfortunately that doesn't work with Access. I also created one pop-up form, changed the properties as recommended in an Access book .. then what ?
Is it possible to let the user specify the table name and it's path ?
Appreciation your help ..