Help! Form properties

C

Chris

I display some data in a form in "Continuous forms" view, and I seted in the
form properties NO for "Allow aditions" and for "Data entry", but it still
appears in the form the line for New record (*).
How can I get rid of it ?
 
A

Allen Browne

The AllowAdditions property set to No should stop the New Record row from
appearing.

Is this form being opened from a command button? If so, try:
DOCmd.OpenForm "MyForm", DataMode:=acFormReadOnly
 

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