I keep getting the "System Resource Exceeded" error message when running a
very complex query. How do I get around this, or resolve it?
Thanks,
Marlene
This may be one of those cases where a maketable query is needed. If this
complex query is built up by combining smaller components, you may be able to
create a MakeTable query combining (say) eight of the sixteen tables into one
non-normalized table, and then join IT to the remaining eight tables. The
temporary table can be deleted when you're done with it; if this becomes
routine you should consider creating such temp tables in a sepearate linked
..mdb file used just for that purpose.
John W. Vinson [MVP]