HI,
I have developed an access database in 2010 version. I have created some tables and created a form for validating the user.
Based on the user role (for ex. end user), I want to hide all the queries.
I have used the following command to hide the tables.
CurrentDb.TableDefs("test table").Attributes = dbHiddenObject
Kindly let me know do we have a similar command for hiding the queries created or is there any other option for hiding the queries ?
Thanks in advance.
I have developed an access database in 2010 version. I have created some tables and created a form for validating the user.
Based on the user role (for ex. end user), I want to hide all the queries.
I have used the following command to hide the tables.
CurrentDb.TableDefs("test table").Attributes = dbHiddenObject
Kindly let me know do we have a similar command for hiding the queries created or is there any other option for hiding the queries ?
Thanks in advance.
Last edited: