I have a situation where a form is called from another form using this line of code.
DoCmd.OpenForm strName, , , strLinkCriteria, , , Me.fldPartnerID
If the form is not open, it works fine, but if the form is already open, I don't get an error but the value in OpenArgs (Me.fldPartnerID) is still...