G
Guest
I need to refresh form2 from the form1 and I do not know the syntax.
When updating current form the syntax is clear
Me.Refresh,
but how to refer to another form? I tried
Forms("form2").Refresh
but this does not work.
thanks
When updating current form the syntax is clear
Me.Refresh,
but how to refer to another form? I tried
Forms("form2").Refresh
but this does not work.
thanks