W
Will
Table 1 has fields A, B, C, X
Table 2 has fields A, C, Z
- I want to to import some records from Table 2 to Table 1 as new records.
- I want to import only fields A and C from Table 2 to Table 1 (the two
common fields)
- I want fields B & X to remain blank in the new records in Table 1
If I create a query on Table 2 to select the proper records...
How can I get the data from the query added to Table 1 as new records as
described above?
Thanks for any help on this.
Table 2 has fields A, C, Z
- I want to to import some records from Table 2 to Table 1 as new records.
- I want to import only fields A and C from Table 2 to Table 1 (the two
common fields)
- I want fields B & X to remain blank in the new records in Table 1
If I create a query on Table 2 to select the proper records...
How can I get the data from the query added to Table 1 as new records as
described above?
Thanks for any help on this.