T
transcriptlady
I am now using Access 2007 and Access 2003 code I had written to open a form
to new record with the ability to see all records is not working. The code
is as follows:
If Not Me.NewRecord Then
RunCommand acCmdRecordsGoToNew
End If
This code is entered in the OnLoad propery of the form. Is the code
different for 2007? Please help.
to new record with the ability to see all records is not working. The code
is as follows:
If Not Me.NewRecord Then
RunCommand acCmdRecordsGoToNew
End If
This code is entered in the OnLoad propery of the form. Is the code
different for 2007? Please help.