subform doesn't display data

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

Guest

I created a main form with two subforms. When I enter data into the subforms
on a record, the data is saved in the corresponding table, but after leaving
the record and then returning to it, the fields are blank in the subforms so
I can't see what was already entered. Hmmm. Can anyone help?
 
check each subform to see if the DataEntry property *of the subform* (not
the main form) is set to Yes. if it is, try changing it to No.

hth
 
Back
Top