Sample Header Ad - 728x90

I need to hide an open Access table from users

1 vote
1 answer
381 views
For application startup I had to open a table as part of some DAO.recordSet code. DoCmd.OpenTable "User", acNormal, acReadOnly On running user tests, I want to distribute the desktop application as a run-time file (.accdr) but the access table is visible. All I can find is how to hide navigation area objects. I, of course, do not want the table visible to users, so my question is how do I hide it?
Asked by Marcus Mackaku (23 rep)
Jun 6, 2017, 07:50 AM
Last activity: Jun 6, 2017, 06:28 PM