K
Kevin McCartney
HI TWIMC,
I'd like to be able to set the database property "Show Hidden Objects" to
False via code. It should be something like
CurrentDb.Properties("StartupShowHiddenObjects") = False
Yes I know if its not there I'll need to add it first, but the question is,
is "StartupShowHiddenObjects" the correct property name.
TIA
KM
I'd like to be able to set the database property "Show Hidden Objects" to
False via code. It should be something like
CurrentDb.Properties("StartupShowHiddenObjects") = False
Yes I know if its not there I'll need to add it first, but the question is,
is "StartupShowHiddenObjects" the correct property name.
TIA
KM