Hello,
I have a code that hides my database, but sometimes it is visible when I perform a compression or repair. How do I instruct the program to run this code inside VBA every time it opens to ensure that the database remains hidden?
attrib +h *.accde*
I have a code that hides my database, but sometimes it is visible when I perform a compression or repair. How do I instruct the program to run this code inside VBA every time it opens to ensure that the database remains hidden?
attrib +h *.accde*
Last edited: