N
nick
What causes them?
I have an insert statement that call of a sudden won't work for me because
of a key violation. It's very simple
DoCmd.RunSQL ("INSERT INTO Project_Main (Client_Code)" & _
" Values (" & Chr$(34) & Client_Code & Chr$(34) & ")")
All the other Insert statements I've used work great. What is the normal
cause for this error?
I have an insert statement that call of a sudden won't work for me because
of a key violation. It's very simple
DoCmd.RunSQL ("INSERT INTO Project_Main (Client_Code)" & _
" Values (" & Chr$(34) & Client_Code & Chr$(34) & ")")
All the other Insert statements I've used work great. What is the normal
cause for this error?