A
Andy
I created a form which is tied to a database table. The
database and form are in the same file.
How can I secure the database table to not allow any
updates?
The form is just a frontend query to the database. I tried
using the password protection but after logging in using
the password, the database is open to updates.
Is there way to lock the database as read only or hide?
I would appreciate any help on this.
Thanks,
Andy
database and form are in the same file.
How can I secure the database table to not allow any
updates?
The form is just a frontend query to the database. I tried
using the password protection but after logging in using
the password, the database is open to updates.
Is there way to lock the database as read only or hide?
I would appreciate any help on this.
Thanks,
Andy