Hi All,
I am trying to hide the tables and queries based on the user authentication. I have created a form for user authentication. In the login form (After update event) i have written codes for user authentication based on security levels.
I have written the following code for hiding my table.
CurrentDb.TableDefs("Details").Attributes = dbHiddenObject
It is happening correclty.
Kindly let me know do we have similar codes for hiding forms and macros.
Thanks in advance.
I am trying to hide the tables and queries based on the user authentication. I have created a form for user authentication. In the login form (After update event) i have written codes for user authentication based on security levels.
I have written the following code for hiding my table.
CurrentDb.TableDefs("Details").Attributes = dbHiddenObject
It is happening correclty.
Kindly let me know do we have similar codes for hiding forms and macros.
Thanks in advance.