R
Rli
Please help Allen (or anyone...)
I am trying to do what Allen suggested...using the openargs argument, but i
cannot get it working:
In my calling form i used:
DoCmd.OpenForm "CalledFormname", acNormal, , "([fac id] =" & [fac id]
& ")", acFormEdit, acWindowNormal, "Callingformname"
and in the 'stop'-button of the called form i use:
If Not IsNull(Me.OpenArgs) Then
' and now do a requery on the calling form
????me.OpenArgs????? .Requery
End If
DoCmd.Close
what should the ?????? be ? and how to replace the Openargs argument in the
OpenForm statement with a variabel containing the name of the callingform?
Please some help.......
:
I am trying to do what Allen suggested...using the openargs argument, but i
cannot get it working:
In my calling form i used:
DoCmd.OpenForm "CalledFormname", acNormal, , "([fac id] =" & [fac id]
& ")", acFormEdit, acWindowNormal, "Callingformname"
and in the 'stop'-button of the called form i use:
If Not IsNull(Me.OpenArgs) Then
' and now do a requery on the calling form
????me.OpenArgs????? .Requery
End If
DoCmd.Close
what should the ?????? be ? and how to replace the Openargs argument in the
OpenForm statement with a variabel containing the name of the callingform?
Please some help.......
: