How can change form property

G

Guest

How can I change form property by code (not in design view) like this

On data tab property of from
allow deletions between yes-no
allow Additions between yes-no
Data entry yes-no
 
E

Ed Robichaud

Straight from ACCESS Help -

.AllowAdditions = True
.AllowDeletions = True
.AllowEdits = True
.DataEntry = True
 

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