I have created a db having forms, queries, modules apart the tables.
This is for common use for a work group.
As I want users to only use the forms, and no access to anything else, I have included restrictions, either in the settings of access or by VB code and finally creating a accde (no single solution suffices to obtain all the restrictions).
(The user can exit via another form, not the one that is used to add records).
However when I login as admin (the restrictions do not apply), I can only see the records that I have inserted, not the users.
Why this?
This is for common use for a work group.
As I want users to only use the forms, and no access to anything else, I have included restrictions, either in the settings of access or by VB code and finally creating a accde (no single solution suffices to obtain all the restrictions).
- the vb code restricts the db window the status & tool bars, full menu and special keys
- the settings restrictions include the hiding of the objects and the navigation pane.
(The user can exit via another form, not the one that is used to add records).
However when I login as admin (the restrictions do not apply), I can only see the records that I have inserted, not the users.
Why this?