To ready for new record next time form is opened

D

datin

Hi,
Im trying to view form as ready for new record everytime I opened the form
and when Viewing data,I locked data so User cant edit data unless they click
the button.i used different form.
My problem
1) how to ready for new record when form is opnened?
2) how to locked the data

thank you and regards
 
A

Allen Browne

Open the form in design view, and set the properties of the form (not
controls.)

On the data tab, you can set AllowEdits to No to stop the user editing
existing records. You might want to set AllowDeletions to No as well.

If you set the form's DataEntry property to No, the form won't show any
existing records. It will open ready to enter a new record.
 
D

datin

I set the form's DataEntry property to No .
but the form still shows the 1st record.
I tried few form properties to see the results, but I failed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top