D
Deborah Mowry
How exactly does an append query work? I tried to normalize a table of
contacts into tblCompany and tblContacts. When I appended to the structure
only 1/3 of my expected records came.
Here is what I did:
I copied the original table - structure only.
Delete the fields I don't need in this table for Company Names. Kept the
unique identifier which was correct in the original just listed multiple
times for each contact name.
Then did an append query from original to Company Names.
I did get 200 but when I checked the original there are atlease 300 more.
They do not have the same identifier, I checked.
Do all the fields have to be populated before the append query will send a
record over? It looks that way?
Some of the Companys are missing some info in the fields but they are not
required at this time.
Thank you
contacts into tblCompany and tblContacts. When I appended to the structure
only 1/3 of my expected records came.
Here is what I did:
I copied the original table - structure only.
Delete the fields I don't need in this table for Company Names. Kept the
unique identifier which was correct in the original just listed multiple
times for each contact name.
Then did an append query from original to Company Names.
I did get 200 but when I checked the original there are atlease 300 more.
They do not have the same identifier, I checked.
Do all the fields have to be populated before the append query will send a
record over? It looks that way?
Some of the Companys are missing some info in the fields but they are not
required at this time.
Thank you