Is there a way to hide a table in the Tables tab of the database window but still allow access to it programatically?
We have some tables that only certain people should be able to see and query but we want those tables to be accessible through code (We hide the tabs that show the data on the forms that display the data by using code to determine which group the operator belongs to). Obviously, we want the data to be accessible on those certain tabs by those that are able to see the tabs.





