Memory Issue / locating %Temp% file to clean

  • Thread starter Thread starter Pattiann Lubner
  • Start date Start date
P

Pattiann Lubner

Please advise. I am having an error come up when trying
to update Databases within Access. In states "Not enough
memory on temp disk". Please advise where I can locate
the %temp% file to clean out.
Thank you.
Pattiann
 
Open the debug window (Ctrl-G), type the following, and hit Enter:

?Environ("Temp")

That will return the value of the Temp environment variable.
 
Back
Top