Query returns weird symbol instead of actual value!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
(e-mail address removed)
www.fmsinc.com/consulting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top