Query returns weird symbol instead of actual value!

T

TimJ

I am running an insert query that is getting one of its values from a text
box on a form. For some reason the value the query returns is not equal to
the value on the form. Instead I am getting a weird symbol. Of course where
I am trying insert this record won't accept it.

Has anyone experienced this before?

TIA,
TimJ
 
M

[MVP] S.Clark

Insert Queries don't usually return a value.

If it is a text field, maybe someone pressed Ctrl+Enter, leaving a carriage
return in the field, and when you try to stuff it into another table, it
dies. WAG??

--
Steve Clark, Access MVP
FMS, Inc.
Call us for all of your Access Development Needs!
1-888-220-6234
[email protected]
www.fmsinc.com/consulting
 
Top