Combining Tables

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!!
 
K

KARL DEWEY

Double check the number fields to be sure that the Field size matches also --
Byte
Integer
Long Integer
Single
Double
 
Top