Combining Tables

  • Thread starter Thread starter Lilbit
  • Start date Start date
L

Lilbit

I have created a macro which uses several queries to open and append twelve
tables to one table. I typically come up with an error that says "type
conversion failure" even though the column headings are the same and the
data types are the same. Your help would be greatly appreciated.
Thanks!!
 
Double check the number fields to be sure that the Field size matches also --
Byte
Integer
Long Integer
Single
Double
 
Back
Top