Special Characters (1 Viewer)

scgoodman

scgoodman
Local time
Today, 18:04
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.
 

CBrighton

Surfing while working...
Local time
Today, 23:04
Joined
Nov 9, 2010
Messages
1,012
What are the data types of the fields they are being appended from?
 

scgoodman

scgoodman
Local time
Today, 18:04
Joined
Jun 6, 2008
Messages
87
Text Fields
 

jdraw

Super Moderator
Staff member
Local time
Today, 18:04
Joined
Jan 23, 2006
Messages
15,385
Can you post the query?
 

gemma-the-husky

Super Moderator
Staff member
Local time
Today, 23:04
Joined
Sep 12, 2006
Messages
15,662
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

Top Bottom