subform requery after parent form filtering

Wysy

Registered User.
Local time
Today, 01:46
Joined
Jul 5, 2015
Messages
335
Hi,
I have a form with two subforms that are linked together. Everything works fine: scrolling through subform1 shows always the correct linked data in subform2. However when i apply filter on subform1 that requery does not work so subform2 stays empty. I have read about reassinging the subform control - SourceObject but not sure how to do it.
thanks
 
No. They are two linked subform.
 
Me.Parent.Controls!Parentform.Requery
 
I see. But why it does work without filtering and fails only if filters are applied?
 
But why it does work without filtering and fails only if filters are applied?
Anyone?
 
There are many possible reasons but you haven't given enough info for anyone to do other than make wild guesses.
 

Users who are viewing this thread

Back
Top Bottom