macleodjb
Technical User
- Aug 27, 2007
- 10
Why do i get "Invalid use of Null" on this little snippet of code? Me.OpenArgs is not null when this is populated so i'm lost. Thanks in advance.
<code>
Private Sub Form_Load()
Direction = CStr(Me.OpenArgs)
End Sub
</code>
<code>
Private Sub Form_Load()
Direction = CStr(Me.OpenArgs)
End Sub
</code>