F
Frankie via AccessMonster.com
I have Error 3075 (missing operator on [NumProspect]) in the following code
put on a form After Update Event :
If Not IsNull(Me!NomClient) Then
CurrentDb.Execute "UPDATE tblSecteurProspects SET " _
& "Statut = 'Client'," _
& "CodeClient = " & Chr$(34) & Me!CodeClient & Chr$(34) & " WHERE
NumProspect = " _
& Me!NumProspect, dbFailOnError
End If
Me!NumProspect (on Form) is a long Integer as well as NumProspect (on
tblSecteurProspects).
I don't get it since it's been working fine so far.
Can someone please help me??
Thanks in advance
Frankie
Access 2003
put on a form After Update Event :
If Not IsNull(Me!NomClient) Then
CurrentDb.Execute "UPDATE tblSecteurProspects SET " _
& "Statut = 'Client'," _
& "CodeClient = " & Chr$(34) & Me!CodeClient & Chr$(34) & " WHERE
NumProspect = " _
& Me!NumProspect, dbFailOnError
End If
Me!NumProspect (on Form) is a long Integer as well as NumProspect (on
tblSecteurProspects).
I don't get it since it's been working fine so far.
Can someone please help me??
Thanks in advance
Frankie
Access 2003