If I use the below code, will it hide all the items in the database except the front-end forms?
It would be in my load section when the DB opens to the menu form. I want to hide everything but the front-end forms the users are using. My only concern is I am dispersing this front-end where my tables are an ODBC to the Teradata server. So, I am not worried about changes to the tables since they dont have rights to do that. But, I want to have the ability for them to do an ODBC because they will need to when they get their Teradata userID and I don't want them to fiddle around with the queries or the modules that have all the codes.
Code:
CurrentDb.Properties("Startupshowdbwindow") = False
It would be in my load section when the DB opens to the menu form. I want to hide everything but the front-end forms the users are using. My only concern is I am dispersing this front-end where my tables are an ODBC to the Teradata server. So, I am not worried about changes to the tables since they dont have rights to do that. But, I want to have the ability for them to do an ODBC because they will need to when they get their Teradata userID and I don't want them to fiddle around with the queries or the modules that have all the codes.