I have a database that was built by another person and it has the following bit of code in it:
Private Sub Form_Load()
If Me.OpenArgs = "+" Then
DoCmd.RunCommand acCmdRecordsGoToNew
End If
End Sub
I am not sure what the Me.OpenArgs = "+" means. I would greatly appreciate an explaination that is easy to understand.
Thanks!
Lena
Lena
Using Access 2003
Private Sub Form_Load()
If Me.OpenArgs = "+" Then
DoCmd.RunCommand acCmdRecordsGoToNew
End If
End Sub
I am not sure what the Me.OpenArgs = "+" means. I would greatly appreciate an explaination that is easy to understand.
Thanks!
Lena
Lena
Using Access 2003