hi all,
i'm trying to hide by database with this code:
Application.Cur rentDb.TableDef s(CurrentDb.Tab leDefs(i).Name) .Properties("At tributes").Valu e
= dbhiddenobject
from some reason it doesnt work
the table are not hidden,does anyone have an idea what can cause this
problem?
i'm trying to hide by database with this code:
Application.Cur rentDb.TableDef s(CurrentDb.Tab leDefs(i).Name) .Properties("At tributes").Valu e
= dbhiddenobject
from some reason it doesnt work
the table are not hidden,does anyone have an idea what can cause this
problem?
Comment