Temp. Files - Why?

C

chloemelmom

I am not sure if anyone else is experiencing the same problem like me
but -

Every time I save my work in Access, an additional file was created in
the same folder - the filename format had alphanumeric characters. I'm
assuming that these are temp. files that are being created but not
correctly deleted.

I though that this might be being caused by my vba, but found that
when I saved my work with the file save as from the menu bar, the same
thing happened.

Your assistance is greatly appreciated. I am not sure what I can do
about this item.

Thank you.
 
S

Stefan Hoffmann

hi Chloe,

Every time I save my work in Access, an additional file was created in
the same folder - the filename format had alphanumeric characters.
If your temp file has the extension .ldb, then it is normal. In this
file stores Access information about users and locked datasets mainly.
I'm
assuming that these are temp. files that are being created but not
correctly deleted.
Can you give us an example, e.g. a driectory listing (dir /b >> file.txt)?


mfG
--> stefan <--
 
Top