how to make a form's information read only

  • Thread starter ryan.fitzpatrick3
  • Start date
R

ryan.fitzpatrick3

I have a form that protrays information from a table and subform
information from a sub table. The information and form looks good and
works good, but they can change any data they want, how can I make it
where the information on the form is read only? The only non read only
would be when they add new information on the form, since the form is
a manual entry form. Make sense? I would like to input new data, but
once it's in the table it turns to read only, is this possible? Thanks
in advance.

Ryan
 
R

Rick Brandt

I have a form that protrays information from a table and subform
information from a sub table. The information and form looks good and
works good, but they can change any data they want, how can I make it
where the information on the form is read only? The only non read only
would be when they add new information on the form, since the form is
a manual entry form. Make sense? I would like to input new data, but
once it's in the table it turns to read only, is this possible? Thanks
in advance.

Ryan

Forms have properties named...

AllowEdits
AllowAddition
AllowDeletions

You would need No, Yes, No respectively in those properties.
 
J

John W. Vinson

I would like to input new data, but
once it's in the table it turns to read only, is this possible?

So any errors introduced in the data entry project are cast in concrete and
can never be corrected?
 

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