Simple solution would be to open the table, highlight the
column, right click and choose 'cut'.
I take it that the primary key in all these tables is the
same? In that case, either you are not honoring
referential integrity or the key of that one record in
table three is less than 120 of the keys in table two (or
whatever the actual tables are. Try sorting your finished
table after creating it to see if the record goes where it
belongs.
Alternatively, you could create a series of append queries
to combine all of your tables into one.
Hope I'm not too far off...
>-----Original Message-----
>Besides, would you please also suggest a method to
>completely remove a column in a table.
>Thanks!!
>.
RC - 30 Jun 2004 08:14 GMT
Ernie,
Thank you for your solution. However, I am sorry to tell
you that the total number of tables I will have in the
furture is about 300. It is very hard to do complete the
task manually. So I tried to do it with code. But got the
mixed table.
One thing that I cancern is, in the mixed core table, I
worried about whether all the records in the small tables
were copied to the core table. I don't know how to check
with it since there were about 10,000 records in the core
table.
Anyway, thank you for your reply.
RC
>-----Original Message-----
>Simple solution would be to open the table, highlight the
[quoted text clipped - 19 lines]
>>
>.