Subform not displaying all fields - Pls help

  • Thread starter TotallyConfused
  • Start date
T

TotallyConfused

I have a main form and two subforms. Everything seems to work fine except
for a field that is in the main form and same field in subform. When I type
in this text field it should show up on my second subform. It does display
on the first and second records. But if there are more, the text will not be
displayed. I have checked everything out but can't fix. Can someone please
tell me what I am doing wrong? Thank you. Appreciate any help.
 
J

John W. Vinson

. Can someone please
tell me what I am doing wrong?

No, because you haven't told us what you're doing. Please post your code and
the Recordsources of the forms.

John W. Vinson [MVP]
 
T

TotallyConfused

Record Sources of the forms are:

Main form - query
subform - query
subsubform-query

childlink - RCDID
MasterLink - RCDID

Private Sub COMMENTS_AfterUpdate()
Me.PROVIDER_list.Requery
End Sub

I have this after update code in the textbox afterupdate. Hope this helps
to provide some answers Thank you.
 
Top