Redraw syubform on another form

P

Peter Morris

What's the syntax for this?

When I'm running code on one form, and want to redraw
a subform on a different form.

To redraw it on the same form its :
me.subform_transactions.Form.Requery

But that doesn't work when its on a different form.
 
Top