Forms

  • Thread starter Thread starter Maria
  • Start date Start date
M

Maria

How can I protect the design of a form but allow users to enter and edit data
in the records.
 
Maria,

If you click on the tools menu and then click start up you can have a
switchboard popup upon opening your database (Display Form/Page label). You
can also checkoff boxes to disallow full menus and disable the database
window so your users will not have access to design changes to the form.
 
How can I protect the design of a form but allow users to enter and edit data
in the records.

Create a .mde file (.accde file if you're using the new version), and give the
users that. Keep the original yourself for future changes and give them a new
..mde when needed.

You'll need to have a Split database (tables in a shared backend, forms,
reports etc. in a frontend of which each user has a copy) to do this
effectively.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top