|
-
Mar 21st, 2002, 12:07 PM
#1
Thread Starter
Lively Member
Execute query
When I use the execute method to run a make-table query, it errors if the table already exists. I want the query to overwrite the table if it exists. Is there a way to do this without having to delete the table with code?
Matt(+)
-
Mar 21st, 2002, 01:14 PM
#2
Nope you have to drop the table if it already exists. you can do that in your execute command though.
-
Mar 21st, 2002, 01:15 PM
#3
I don't know about from code, but in Native Access, you can turn
the warnings off. Then it doesn't ask the stupid "Do wish to
overwrite".....Perhaps if you turned the warnings off thru code,
this would work?
HTH
-
Mar 21st, 2002, 01:28 PM
#4
-
Mar 22nd, 2002, 08:53 AM
#5
Thread Starter
Lively Member
I used a DROP TABLE query and it worked. Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|