A
Amy Blankenship
I want to so something like
INSERT INTO MyTable IN [Enter the path to a database] SELECT * FROM MyTable
WHERE UserID = [Enter User ID]
I know the second parameter part is possible, but has anyone successfully
used the first part to specify an external database at runtime?
Thanks;
Amy
INSERT INTO MyTable IN [Enter the path to a database] SELECT * FROM MyTable
WHERE UserID = [Enter User ID]
I know the second parameter part is possible, but has anyone successfully
used the first part to specify an external database at runtime?
Thanks;
Amy