displaying data from a subform with a filter on

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

Guest

I am working with a form (A) that has a subform (b) and a subform (c) in the subform. When I use a filter to select specific records so I can enter data in the subforms everything seems fine. however, if I need to go back to a previous record the data from the subform (b) isn't visible, but the data in the sub, subform (c) is. what is going on
thanks
Craig
 
This seems like your forms are not linekd correctly. Check the master/child
property for the forms. If they are not set correctly, entering info in a
subform will not necessarily put it with the correct entry from the parent
form. Then when viewing the records it will just show whatever it wants
since nothing is linked.

Kelvin

A. Craig said:
I am working with a form (A) that has a subform (b) and a subform (c) in
the subform. When I use a filter to select specific records so I can enter
data in the subforms everything seems fine. however, if I need to go back
to a previous record the data from the subform (b) isn't visible, but the
data in the sub, subform (c) is. what is going on?
 
Back
Top