I am using the following piece of code.
Private Sub AddNew_Record()
datNCR.Recordset.AddNew
End Sub
It works in program one program I have written and now I have added to a new program I get the following error message:-
Compile Error:
Ambiguous name detected: AddNew_Record
Can anyone help me on this please?
Thanks in advance
