G
Guest
I can NOT get the openargs to work. I have the following in a form called
Caller2 -
Private Sub Command0_Click()
DoCmd.OpenForm "callee", , , , , acDialog, "Joe"
End Sub
In the form Callee, in both the LOAD and OPEN events, I have
If Not IsNull(Forms!caller2.OpenArgs) Then
MsgBox "Not nada noway is it Null"
Else
MsgBox "ISz NULL"
End If
It ALWAYS says "IS NULL".
What am I doing wrong?
Caller2 -
Private Sub Command0_Click()
DoCmd.OpenForm "callee", , , , , acDialog, "Joe"
End Sub
In the form Callee, in both the LOAD and OPEN events, I have
If Not IsNull(Forms!caller2.OpenArgs) Then
MsgBox "Not nada noway is it Null"
Else
MsgBox "ISz NULL"
End If
It ALWAYS says "IS NULL".
What am I doing wrong?