D
Dale Fye
I want to hide a bunch of linked tables in my database
window. I have some users that use my application to link
to tables in an oracle database. I would like to hide
some of the system tables I use so that the users only see
the tables they have linked using the application.
I know how to hide these at design time, but my
application provides a mechanism for them to link to a new
database. When that happens, I have to relink these
system tables using TransferDatabase, and they come in
with the hidden property set to false.
I've tried:
currentdb.tabledefs("tableName").properties("hidden") =
false
but that does not work. All suggestions would be
appreciated.
Thanks!
window. I have some users that use my application to link
to tables in an oracle database. I would like to hide
some of the system tables I use so that the users only see
the tables they have linked using the application.
I know how to hide these at design time, but my
application provides a mechanism for them to link to a new
database. When that happens, I have to relink these
system tables using TransferDatabase, and they come in
with the hidden property set to false.
I've tried:
currentdb.tabledefs("tableName").properties("hidden") =
false
but that does not work. All suggestions would be
appreciated.
Thanks!