I use Access 2007.
I have a db split in FE(forms, queries, vbcode) & BE(tables only).
I want users not to be able to view or explore the tables, the queries, the form design and details, in both Ends.
Unfortunately, even disabling via VB code the menus, the db window, the tool & status bars, they appear and are accessible to the users (it only works in a non-split db, turned to an accde).
How can I disable any view on forms, queries, vbcode and tables details and data to users, in both FE and BE and only allow them to add data through specific form?
I have a db split in FE(forms, queries, vbcode) & BE(tables only).
I want users not to be able to view or explore the tables, the queries, the form design and details, in both Ends.
Unfortunately, even disabling via VB code the menus, the db window, the tool & status bars, they appear and are accessible to the users (it only works in a non-split db, turned to an accde).
How can I disable any view on forms, queries, vbcode and tables details and data to users, in both FE and BE and only allow them to add data through specific form?