missinglinq
Programmer
Any idea why this code would fail? I've tried it both ways (application is optional, according to Access Help) trying to hide several forms. Form names are always spelled correctly, and no error message is generated.
Application.SetHiddenAttribute acTable, "MyTable", True
SetHiddenAttribute acTable, "MyTable", True
Running Access 2000.
Thanks!
The Missinglinq
Richmond, Virginia
There's ALWAYS more than one way to skin a cat!
Application.SetHiddenAttribute acTable, "MyTable", True
SetHiddenAttribute acTable, "MyTable", True
Running Access 2000.
Thanks!
The Missinglinq
Richmond, Virginia
There's ALWAYS more than one way to skin a cat!