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
Last activity: Jun 6, 2017, 06:28 PM