It is an INSERT INTO
here is th epart generating the Error
VALUES ('009599', '5UPS/GROUND', 'NEEDHAM'S', 'ATTN: WILLIE NEEDHAM 1-610-869-9377',
As you can see each value is separated by a single quote
But the company name NEEDHAM'S in this case has an Apostrophe in it.
The Error gerated is "Missing Operator"
Does anyone know of a work around for this ??
I tried adding Chr$(34) & Chr$(39) etc but got the same Error, casue the final result when Debug printed out is the exact same.
99% of the records work just fine, its just this one.
Appareantly deleting the Apostrophe from that One Company name is NOT an option.
TIA
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive
here is th epart generating the Error
VALUES ('009599', '5UPS/GROUND', 'NEEDHAM'S', 'ATTN: WILLIE NEEDHAM 1-610-869-9377',
As you can see each value is separated by a single quote
But the company name NEEDHAM'S in this case has an Apostrophe in it.
The Error gerated is "Missing Operator"
Does anyone know of a work around for this ??
I tried adding Chr$(34) & Chr$(39) etc but got the same Error, casue the final result when Debug printed out is the exact same.
99% of the records work just fine, its just this one.
Appareantly deleting the Apostrophe from that One Company name is NOT an option.
TIA
DougP, MCP
Visit my WEB site to see how Bar-codes can help you be more productive