Special Characters

scgoodman

scgoodman
Local time
Today, 15:58
Joined
Jun 6, 2008
Messages
87
I have an append query that is appending to a text field. However, I have some special characters that is causing it not to append because of a data type mismatch. Does anyone know which characters will not append? Thanks for your help.
 
What are the data types of the fields they are being appended from?
 
Text Fields
 
Can you post the query?
 
i can't think you would get a mismatch

you might get a problem if you try and paste chars including chr(0) - as that might "kid" access into wrongly thinking the string has ended - but I struggle to see why you would get a type mismatch.

Are you sure it is this field giving you the problem, rather than another field?
 

Users who are viewing this thread

Back
Top Bottom