Append Query

  • Thread starter Thread starter 3ms
  • Start date Start date
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?
 
-----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
 
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
 
Back
Top