G
gg
If I have 5 unrelated tables with data that I will be concatenating together
once the user selects 1 field from each table, do I need a common field to
link them all together? When I bring all 3 unrelated tables together, the
number of records grows exponentially. An example of my data tables are as
follows: table1 is report_category, table2 is customer_type, table3 is
product type, etc. etc. Each table contains a letter that corresponds to a
name. Table1-report category, has the following data:
L=lead referrals
C=CRM
D=data
Table2-customer type
D=dealer
C=corporate
Table3-product type
T =training
C=Web control
A=advertising
The user selects one letter from each table. Record1 could be: "LDA",
record2 could be: "LCA", etc. I would want to store the data that has been
concatenated.
Would radio buttons be the best display method? And second question, how do
you get all tables together in order to build the concatenated field to store?
Thank you!
once the user selects 1 field from each table, do I need a common field to
link them all together? When I bring all 3 unrelated tables together, the
number of records grows exponentially. An example of my data tables are as
follows: table1 is report_category, table2 is customer_type, table3 is
product type, etc. etc. Each table contains a letter that corresponds to a
name. Table1-report category, has the following data:
L=lead referrals
C=CRM
D=data
Table2-customer type
D=dealer
C=corporate
Table3-product type
T =training
C=Web control
A=advertising
The user selects one letter from each table. Record1 could be: "LDA",
record2 could be: "LCA", etc. I would want to store the data that has been
concatenated.
Would radio buttons be the best display method? And second question, how do
you get all tables together in order to build the concatenated field to store?
Thank you!