jca
12-12-2001, 08:05 AM
I'm trying to know if a table is hidden in my code but the attributes value is not set to 1 for hidden even when the table is hidden.
I check it like this:
If dbRecherche.TableDefs(i).Attributes = dbHiddenObject Then
But it doesn't work, no table has the dbHiddenObject attribute. When I try to set a table with this attribute, it become hidden even if the show Hidden and Systems tables are checked. Is there a way to check if the table has been hidden with the property menu in the right-click mouse menu ?
Thanks for any help.
JCA
[This message has been edited by jca (edited 12-12-2001).]
I check it like this:
If dbRecherche.TableDefs(i).Attributes = dbHiddenObject Then
But it doesn't work, no table has the dbHiddenObject attribute. When I try to set a table with this attribute, it become hidden even if the show Hidden and Systems tables are checked. Is there a way to check if the table has been hidden with the property menu in the right-click mouse menu ?
Thanks for any help.
JCA
[This message has been edited by jca (edited 12-12-2001).]