D
DanK
Try setting the control's locked property to yes. You can
also change the enabled property to no with or without
setting the locked property to yes. These fixes only work
while using a form. It doesn't prevent someone going
behind the form, into the table and changing the data.
You have to secure the database in other ways to prevent
them from doing that as well.
also change the enabled property to no with or without
setting the locked property to yes. These fixes only work
while using a form. It doesn't prevent someone going
behind the form, into the table and changing the data.
You have to secure the database in other ways to prevent
them from doing that as well.