SidCharming
Technical User
I need to perform the following:
[ol][li]create link to table z from data db[/li]
[li]remove data from table x[/li]
[li]append data from linked table z to table x[/li]
[li]remove link to table z[/li][/ol]
One database contains all the 'data', I don't want to import the tables because they don't have descriptions and the data db is updated (over written) daily so I can modify the tables to only have them be over-written. I am building a seperate db that is for report building and I don't like to work with live data.
I am finding that I can not append a table into another unless a link exists. I don't want to leave behind a link. My thoughts are to build the link, perform the delete & append then remove the link. The number of tables that this will happen to is around 10.
that is my limited knowledge of this request. any help building the code or direction to a sample?
TYIA (Thank you in advance)
Sid from Minnesota
[ol][li]create link to table z from data db[/li]
[li]remove data from table x[/li]
[li]append data from linked table z to table x[/li]
[li]remove link to table z[/li][/ol]
One database contains all the 'data', I don't want to import the tables because they don't have descriptions and the data db is updated (over written) daily so I can modify the tables to only have them be over-written. I am building a seperate db that is for report building and I don't like to work with live data.
I am finding that I can not append a table into another unless a link exists. I don't want to leave behind a link. My thoughts are to build the link, perform the delete & append then remove the link. The number of tables that this will happen to is around 10.
that is my limited knowledge of this request. any help building the code or direction to a sample?
TYIA (Thank you in advance)
Sid from Minnesota