Steveanderson
Registered User.
- Local time
- Today, 12:50
- Joined
- May 27, 2010
- Messages
- 16
I am trying to combine several tables into a results table. I have encountered problems because the field structure of these tables is different and varies from table to table.
Table 1
Fields A / B / C
Table 2
Fields A / B / C / D
If I try to use an append querry the data from table 2 cannot be inserted in table 1 because of the field D.
Is there a way to force access to create automatically the new field during the append querry ?
Thanks in advance
Table 1
Fields A / B / C
Table 2
Fields A / B / C / D
If I try to use an append querry the data from table 2 cannot be inserted in table 1 because of the field D.
Is there a way to force access to create automatically the new field during the append querry ?
Thanks in advance