Make Table queries don't create recordsets. (No action query - INSERT INTO,
DELETE, UPDATE - does).
Use the Execute method of the Command object.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> Hi ALL,
>
[quoted text clipped - 11 lines]
> Thank you,
> muster
muster - 29 Mar 2007 18:32 GMT
Thanks. In fact all other queries are make table queries and they are
ok. This one also creates the table but gets no records.
Pherhaps anything special for this one is that it is based on a select
query.
Still need help.
Thanks,
On Mar 29, 12:06 pm, "Douglas J. Steele"
<NOSPAM_djsteele@NOSPAM_canada.com> wrote:
> Make Table queries don't create recordsets. (No action query - INSERT INTO,
> DELETE, UPDATE - does).
[quoted text clipped - 22 lines]
>
> - Show quoted text -