Append Query

3

3ms

I'm trying to run an append query & the records fail to
update when I run the query. I get a "type conversion
failure" Is it necessary to include all fields of the
table I want to update or just the pertinent fields?
 
L

Larry

-----Original Message-----
I'm trying to run an append query & the records fail to
update when I run the query. I get a "type conversion
failure" Is it necessary to include all fields of the
table I want to update or just the pertinent fields?
.
Check both the table your appending from and the table
your appending to. It sound like one of the field has a
different data type
 
J

Jacob Frankham

Hi


Check that you are not trying to append a field of one 'type' to a field
with a different 'type', ie appending a Date to a String field etc.

Let me know how you get on

Jake
 

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

Top