M
Marco
Env Microsoft Access 2003 part of MS Office Professional, Italian version
Hi all,
in an application I'm developing I need to hide and show Tables
programmatically. I'm using the following statement to hide the Tables:
Application.CurrentDb.TableDefs("tableName").Properties("Attributes").Value
= dbHiddenObject.
This statemente hides my database Table and even if I close the application
and later I open it again the Table remain Hidden. This is what I want.
Anyway, how can I reverse this? Is there any dbXXXXObject value that can me
let to show the Tables back?
TIA
Marco Paci
Hi all,
in an application I'm developing I need to hide and show Tables
programmatically. I'm using the following statement to hide the Tables:
Application.CurrentDb.TableDefs("tableName").Properties("Attributes").Value
= dbHiddenObject.
This statemente hides my database Table and even if I close the application
and later I open it again the Table remain Hidden. This is what I want.
Anyway, how can I reverse this? Is there any dbXXXXObject value that can me
let to show the Tables back?
TIA
Marco Paci