G
Guest
I have been trying to use the following command with no luck...
INSERT INTO trasharchive ( archiveprimary, archivedata ) SELECT trashnew.newprimary, trashnew.newdata FROM trashnew WHERE (archiveprimary="Norm")
They key part that I am having trouble with is the WHERE portion. Whenever I run this it always pops up a dialog asking me to enter the value for archiveprimary
Forgive me for the ridiculous names, I'm using it for testing purposes
Thanks for the help.
INSERT INTO trasharchive ( archiveprimary, archivedata ) SELECT trashnew.newprimary, trashnew.newdata FROM trashnew WHERE (archiveprimary="Norm")
They key part that I am having trouble with is the WHERE portion. Whenever I run this it always pops up a dialog asking me to enter the value for archiveprimary
Forgive me for the ridiculous names, I'm using it for testing purposes
Thanks for the help.