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).
 
Back
Top