D
David
Hello,
I have two tables that are not related and would like to combine them into
one table (Table 3 below).
Table1:
Text Field1: Group
Records: 150
Sample:
Record1:Group1
Record2:Group2
Record3:Group3
Table2:
Text Field2: Type Description
Text Field3: Sub Type Description
Records: 50
Sample:
Record1: Type1, SubType1
Record2: Type2, SubType2
DESIRED results, each record in Table1 will have 50 values from Table2.
Table3:
Text Field1:
Text Field2:
Text Field3:
Records: 7500
Record1:Group1, Type1,SubType1
Record2:Group1, Type2, SubType2
Record3:Group2, Type1, SubType1
Record4:Group2, Type2, SubType2
Any thoughts about how to accomplish this?
I have two tables that are not related and would like to combine them into
one table (Table 3 below).
Table1:
Text Field1: Group
Records: 150
Sample:
Record1:Group1
Record2:Group2
Record3:Group3
Table2:
Text Field2: Type Description
Text Field3: Sub Type Description
Records: 50
Sample:
Record1: Type1, SubType1
Record2: Type2, SubType2
DESIRED results, each record in Table1 will have 50 values from Table2.
Table3:
Text Field1:
Text Field2:
Text Field3:
Records: 7500
Record1:Group1, Type1,SubType1
Record2:Group1, Type2, SubType2
Record3:Group2, Type1, SubType1
Record4:Group2, Type2, SubType2
Any thoughts about how to accomplish this?