How do Hide a table through a macro?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have imported a table through a macro into a database that has, by
neccesity, all of the tables hidden. When I import any new table it
automatically makes the new table visible. I can not open the database and
use the commands in the toolbar as I am not always available, and many times
others are using the system. So I must set it up so the macro automatically
hides the table.

I assume I can use the runcommand 'hide table' in the macro, but how would
you write the condition to make the new table hidden? The table name is
'meds'.
 
Doug,

I do not know of a way to do this (although there may be one). However,
I normally have the Database Window itself hidden in a production
environment, so the hiding of tables is never an issue. Could you do
that too?
 
Back
Top