It is related to the size of the hard drive. Many people partition their
hard drive partitioned, and forget to point the TEMP (and TMP) variables to
point to the largest drive.
How large is your back-end?

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
The Hard disk is a 200gig IDE unpartitioned.....
However the problem to arise with a mapped network drive the report was
running from when I got the inital problem, I then move the access database
local to the machine and still the same problem (That even when I did a
compress/repair on the database)
> It is related to the size of the hard drive. Many people partition their
> hard drive partitioned, and forget to point the TEMP (and TMP) variables to
[quoted text clipped - 35 lines]
> >> >
> >> > Jai
Douglas J. Steele - 20 Jul 2007 14:26 GMT
It doesn't matter where the MDB file resides: you're running it on your hard
drive. That's why we always recommend that you split your application into a
front-end (containing the queries, forms, reports, macros and modules),
linked to a back-end (containing the tables and relationships). Only the
back-end should be on the server: each user should have his/her own copy of
the front-end, ideally on his/her hard drive. (Having the front-end on your
hard drive will reduce network traffic.)
Assuming you've got plenty of space left on your hard drive (I'd say at
least 2 or 3 times the size of the back-end MDB file), and that your
back-end MDB file isn't close to the size limit (2 Gb), I'm afraid I have no
suggestions.

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
> The Hard disk is a 200gig IDE unpartitioned.....
>
[quoted text clipped - 50 lines]
>> >> >
>> >> > Jai