H
Henrootje
dear code wizards..............
U have helped me a lot in the past, I hope some of you have some good
ideas about this one:
I have a table called tblQROSK1
Now I am looking for a function that will do the following:
I want:
tblQROSK4 copied to tblQROSK5
tblQROSK3 copied to tblQROSK4
tblQROSK2 copied to tblQROSK3
tblQROSK1 copied to tblQROSK2
tblQROSK1 emptied.
I need this procedure repeated for every table of which the name starts
with 'tblQ'
Additionally I would like the code itself to check whether a table
already exists.
What I do now, I have code that copies the content of table 4 to 5
etcetera, (thank you all again) but that means tables 5-1 already have
to exist and if I change a field in one of the '1' tables I have to
recreate al the followoing tables. Furthermore, I noticed that copying
a table takes a lot less time then moving its data from one to another!
Any suggestions????
Thanks for thinking!!
Grtz Henro
U have helped me a lot in the past, I hope some of you have some good
ideas about this one:
I have a table called tblQROSK1
Now I am looking for a function that will do the following:
I want:
tblQROSK4 copied to tblQROSK5
tblQROSK3 copied to tblQROSK4
tblQROSK2 copied to tblQROSK3
tblQROSK1 copied to tblQROSK2
tblQROSK1 emptied.
I need this procedure repeated for every table of which the name starts
with 'tblQ'
Additionally I would like the code itself to check whether a table
already exists.
What I do now, I have code that copies the content of table 4 to 5
etcetera, (thank you all again) but that means tables 5-1 already have
to exist and if I change a field in one of the '1' tables I have to
recreate al the followoing tables. Furthermore, I noticed that copying
a table takes a lot less time then moving its data from one to another!
Any suggestions????
Thanks for thinking!!
Grtz Henro
