J
John
Hi
When I run below query in Access 97 I get a ' Syntax error in expression
"|test" ' error.
INSERT INTO [MyTable] ( MyField )
VALUES( "|test")
However if I take the | character out it runs fine. What is the problem and
how can I include the | character in the insert value?
Thanks
Regards
When I run below query in Access 97 I get a ' Syntax error in expression
"|test" ' error.
INSERT INTO [MyTable] ( MyField )
VALUES( "|test")
However if I take the | character out it runs fine. What is the problem and
how can I include the | character in the insert value?
Thanks
Regards