C
Christopher Glaeser
Given the subroutine definition "Sub CreateFax (Subject As String)" that
opens frmFax
and the subroutine call: "CreateFax Me.Subject"
the code fails at the call if Me.Subject is Null. How do I pass a Null
value? I want frmFax.Subject set to the value of Me.Subject, even if Null.
Best,
Christopher
opens frmFax
and the subroutine call: "CreateFax Me.Subject"
the code fails at the call if Me.Subject is Null. How do I pass a Null
value? I want frmFax.Subject set to the value of Me.Subject, even if Null.
Best,
Christopher