Hide system tables in mdb created with CreateDatabase method

D

Dale Fye

I have an application which allows the user to create a new database, then
links or imports data from an Oracle database into the MDB.

After using the Createdatabase method to create the mdb, I want to be able
to hide the system tables. Any ideas?
 
R

Rick Brandt

Dale said:
I have an application which allows the user to create a new database,
then links or imports data from an Oracle database into the MDB.

After using the Createdatabase method to create the mdb, I want to be
able to hide the system tables. Any ideas?

System tables are automatically hidden. If the user has "Show Sytem Objects"
enabled then there is nothing else you can do AFAIK.
 
D

Dale Fye

Rick,

I thought "ShowSystemObjects" was specific to the database, not an Access
wide setting. I should have thought of that, since I have it enabled on my
machine, and that is where I was testing the code in question.

Is there no way to set ShowSystemObjects to False through code?

Dale
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top