subform question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does any one know how I can open a form and restrict the
subform to add new data only? Currently I get all the
data and am able to edit the "history".
Thank you for any help. This is a wonderful media for
a "wannabe" developer! I appreciate all that share their
knowledge!
 
Does any one know how I can open a form and restrict the
subform to add new data only? Currently I get all the
data and am able to edit the "history".
Thank you for any help. This is a wonderful media for
a "wannabe" developer! I appreciate all that share their
knowledge!

Set AllowEdits to no on the subform.
 
Does any one know how I can open a form and restrict the
subform to add new data only? Currently I get all the
data and am able to edit the "history".

Set the DataEntry property of the form you're using as the subform to
True. This will let you see only the current record (and the records
which have been entered since the form was opened).
 

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

Back
Top