data entry subforms

  • Thread starter Thread starter Steve
  • Start date Start date
S

Steve

I have a form with a data entry (allow edits = no)
subform. My problem is that if I accidentally (or
intentionally) click back on the main form once I've
started entering data in the data entry subform, I can't
click back on the subform (if the the allow edits feature
is set to no). Is there anyway around this other than
setting allow edits to yes. Perhaps using an "on lost
focus" event or something? thanks.
 
Any particular reason you've set the Allow Edits property to No in this
situation? If you're simply entering new records in the subform (Data Entry
property is set to Yes), then there should be no harm if you set Allow Edits
to Yes.
 
Back
Top