Set the head form to be locked

kambeng02

New member
Local time
Today, 17:44
Joined
Sep 23, 2010
Messages
6
Good day everyone,

How can I set the form to be lock by preventing other user add a new data. Which means that they can only modify the existing data.

Cheers
 
Set the Form's Allow Additions property to No, leave the Allow Edits property as Yes, you may also want to set the Allow Deletions Property to No.

You can set these whilst the form is in design view, or you can change these settings, using code based on a logical test and using one or more of the form events.
 
it works great, thanks a lot~!
how come i didnt realise that, maybe i just concentrate on searching in data area :)
 

Users who are viewing this thread

Back
Top Bottom