N
Ngan
Hi,
I'm having difficulty passing the OpenArgs parameter to a 2nd form. Here's
what I have:
Form 1 has this line of code in one of its subroutine:
If (kitting) Then
DoCmd.OpenForm "frmWIP_AvailableSerialNumbersToKit", , , , , , "Crazy"
End If
Form "frmWIP_AvailableSerialNumbersToKit" has this in its Load event:
If Not IsNull(Me.OpenArgs) Then Me.RecordSource = Me.OpenArgs
However, OpenArgs keeps being Null and I don't know what I am missing here.
I set a breakpoint at that line to troubleshoot and it shows up as Null the
whole time. Please help.
Thanks much,
I'm having difficulty passing the OpenArgs parameter to a 2nd form. Here's
what I have:
Form 1 has this line of code in one of its subroutine:
If (kitting) Then
DoCmd.OpenForm "frmWIP_AvailableSerialNumbersToKit", , , , , , "Crazy"
End If
Form "frmWIP_AvailableSerialNumbersToKit" has this in its Load event:
If Not IsNull(Me.OpenArgs) Then Me.RecordSource = Me.OpenArgs
However, OpenArgs keeps being Null and I don't know what I am missing here.
I set a breakpoint at that line to troubleshoot and it shows up as Null the
whole time. Please help.
Thanks much,