I
injanib via AccessMonster.com
I have a txt field where I enter names in this format: "last
name"+comma+space+"first name"
(Brady, Tom)
the after update event runs a DCount procedure. I get the Syntax error (comma)
in query expression.
I believe that it is the format of the textfield, but I don't know how to fix
it. Here is the code line where it occurs.
if DCount("*", "Main", "[Name]=" & me.Recipient) <1 Then
The errors is:
Syntax error (comma) in query expression '[Name]=Brady, Tom'.
name"+comma+space+"first name"
(Brady, Tom)
the after update event runs a DCount procedure. I get the Syntax error (comma)
in query expression.
I believe that it is the format of the textfield, but I don't know how to fix
it. Here is the code line where it occurs.
if DCount("*", "Main", "[Name]=" & me.Recipient) <1 Then
The errors is:
Syntax error (comma) in query expression '[Name]=Brady, Tom'.