Design Mode

  • Thread starter Thread starter Dale Ferguson
  • Start date Start date
D

Dale Ferguson

Is there any way I can "lock-down" the design of a database but still be
able to enter data? I know I can password protect database files but I just
want to protect the design of the file and not restrict entry to it.
Thx
 
Convert the .mdb file to a .mde
Make sure you keep the original mdb file .. as any changes will need to be
made to this original file ...

R. Hicks
 
What I posted will only protect the code in your forms, reports and modules
form being altered ... not other objects in your application.
 
Back
Top