I would like to merge 5 huge tables together into one (same structure, each has date for one year).
I'm trying to do this with query - append fuction. But there is a error with appending after first tabel (Acces cant append all the record, conversion type failure). I assume there is a problem with ID field - primary key.
All the tables have IDs from 1 to number of records so they overlap. I tried to modify id field in each table with format and adding letter to id.
1st table format: &"a", 2nd format: &"b". But it does not work.
Also maybe the problem i'm trying to append data to another database into a table I created with copying one of mentioned tables and deleting all records. But when I append first table id field is just incremental numbers.
Any solutions?
I'm trying to do this with query - append fuction. But there is a error with appending after first tabel (Acces cant append all the record, conversion type failure). I assume there is a problem with ID field - primary key.
All the tables have IDs from 1 to number of records so they overlap. I tried to modify id field in each table with format and adding letter to id.
1st table format: &"a", 2nd format: &"b". But it does not work.
Also maybe the problem i'm trying to append data to another database into a table I created with copying one of mentioned tables and deleting all records. But when I append first table id field is just incremental numbers.
Any solutions?