> Hi,
>
[quoted text clipped - 3 lines]
>
> Thanks.
Not that I'm aware of.
It'd be nice if you could do a
Docmd.OpenQuery "Select * From Employees"
but that's not an option. Or do a
rst.DataSheet
but there's no such animal.
You could have a temp query. And set it's SQL to your SQL statement
(see QueryDef in help and it's code examples) and open it with the
OpenQuery command.