On Mon, 8 Mar 2004 11:47:46 -0600, "Mike Webb"
<(E-Mail Removed)> wrote:
>Thanks for the advice. I'll certainly use it.
>
>As for my reason for the Make-Table query ... I'm still new at Access and I
>couldn't figure a way using the wizards or my limited SQL knowledge to tell
>Access to bring the data together with out a SELECT statement. Near as I
>can tell, I can only use SELECT's on tables - hence my make-table query.
If you just change your MakeTable query back to a Select query it will
contain EXACTLY THE SAME information as your new table contains. A
select query is *simpler* than a maketable query, not more difficult;
it's also much faster since Access doesn't need to create new records
in the systems table, new indexes, etc.
And you can create Queries (a Query contains a SELECT clause, but it's
a query, not a SELECT) based on other Queries.
If you'ld like to post the SQL view of your MakeTable query and
describe what you're trying to accomplish with it, I'm sure there is a
solution not involving make-tables!
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
http://go.compuserve.com/msdevapps?loc=us&access=public