Locking a form layout

  • Thread starter Thread starter Nath74
  • Start date Start date
N

Nath74

Is it possible to lock the layout of a form so that third
parties can not make changes to the layout but can still
add data to the form?

Any help would be useful.

Nath
 
Is it possible to lock the layout of a form so that third
parties can not make changes to the layout but can still
add data to the form?

Any help would be useful.

Nath

It may be overkill, but you can convert the database into a .mde file
and provide *this* to the third parties (keeping a copy of the .mdb
file for your own use); a .mde file will not allow anybody to make any
design changes to any form.
 
Back
Top