Funny refresh problem.

  • Thread starter Thread starter pfm721
  • Start date Start date
P

pfm721

I have a form that has a subform on the main form. I also have a tabbed
section on which is another subform. The main form contains txtSSN which is
linked to the subform sfrmConsult via master and child. sfrmConsult has
txtConsultNumber which is pulled back onto the main form in txtCN the subform
on the consult has txtCNapp which is liked via master child. when I add the
links my tabbed subform constantly refreshes. When I delete the link it stops
refreshing. I know this all very convoluted, but any help would be
appreciated.
 
I think that you have a circular relationship, which triggers the continuous
refresh actions. Try to solve this by defining only cascading master child
relationships in your mentioned form.

If you aren't able to resolve the issue, please reply with detailed
information on the forms (which is sub/main and which is on tabbed / main)
and the master child relations that you defined for the subform(s) controls

Regards,

M.
 
Back
Top