R
Raj
I have a database that I have convert to a SQL Server 7.0
backend. I have the OnError on my main for set to:
If DataErr = 3022 Then
MsgBox "Sorry, This item is already exists in the
Database."
Response = acDataErrContinue
End If
How can I customize SQL to show the same message..
Thanks
backend. I have the OnError on my main for set to:
If DataErr = 3022 Then
MsgBox "Sorry, This item is already exists in the
Database."
Response = acDataErrContinue
End If
How can I customize SQL to show the same message..
Thanks