D
Dan
I would like to creat an Append Query using data from two separate tables to
create new records in a third table.
Table A has an 'ID' field that falls under a 'Section'. Each Section can
have multiple 'ID's
Table B has an 'InspectionID' field.
I want to create an Append Query that uses my selected 'Section' from Table
A and selected 'InspectionID' from Table B to create in Table C new records
for each ID taht falls under that 'Section'.
If I choose Section One and Section One has ID's 1,2,3,4,5 from Table A and
I choose InspectionID of 2010(4)SI from Table B, then I want Table C to be
updated as follows
ID InspectionID
1 2010(4)SI
2 2010(4)SI
3 2010(4)SI
4 2010(4)SI
5 2010(4)SI
Thanks
Dan
create new records in a third table.
Table A has an 'ID' field that falls under a 'Section'. Each Section can
have multiple 'ID's
Table B has an 'InspectionID' field.
I want to create an Append Query that uses my selected 'Section' from Table
A and selected 'InspectionID' from Table B to create in Table C new records
for each ID taht falls under that 'Section'.
If I choose Section One and Section One has ID's 1,2,3,4,5 from Table A and
I choose InspectionID of 2010(4)SI from Table B, then I want Table C to be
updated as follows
ID InspectionID
1 2010(4)SI
2 2010(4)SI
3 2010(4)SI
4 2010(4)SI
5 2010(4)SI
Thanks
Dan