refresh query result in subform programmatically from main form

E

Eric

Hi,

I have a main form in which I enter a number and press a button. A complex
query is made and saved (with VB). The subform is based on this query.

When I enter a number and press the button, I want to refresh the subform. I
tried mySubForm.ReQuery from the main form, but without result.

Any suggestions?
 
Top