Hidden Tables

R

rasinc

Not sure if I have the right newsgroup so sorry if not.

I am looking for a way to hide a couple of tables in an mdb so that if the
file was opened in Access, it would not show. I know of the name prefix usys
and the hidden property but users can open the file in Access and show them
from the Tools|Options menu. Is there any way to put a table in a file and
not have anyone see it but only through the code I am writing in VB6?

TIA
 
J

Joan Wild

No. You could put the mdb in a hidden share, but that won't keep the
determined out.
 
Top