Hide menu options

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In designing a database, is there a way to keep users from looking at tables,
if all I want them to have access to is their form.
 
Yes. Take away their access.

To properly secure the database, you would take away the table access. You
would then build queries and base your forms on the queries. To make sure
the users can run the queries, you'd set them to "run with owner's
permission" in the query's property box.
 
Back
Top