make table query?

healeyr

New member
Local time
Today, 07:27
Joined
Dec 9, 2009
Messages
3
Hi everyone,

I have got a couple of make table queries and everytime I run them it says the query will be deleted before I continue.

I obviously don't want my querys to be deleted - how can I stop this from happening?

Thanks a lot!
 
Are you sure its not an existing table of the same name as the one being created, not your query, that will be deleted.

Brian
 
if you are making a table - then of course it will delete any pre-existing table of the same name
 
It's the queries that I don't want to get deleted - I'm pretty sure my original question says that...
 
Hi -

It'd be a little easier to evaluate if you'd post your code.

Best wishes - Bob
 
there is no unique code, it started off as a select query and I obviously turned it to a make table query.

It's ok now though I found a cleaner and quicker way of doing things without having to make tables.
 

Users who are viewing this thread

Back
Top Bottom