T
Tyler
I have two tables TBL_Lookup_Features and TBL_Main
TBL_Lookup_Features contains three columns (unique ID, Feature_Name,
Feature_Concern)
TBL_Main contains 10 fields (Feature_01 to Feature_10) as well as
other non related fields
The user selects a feature from a list in the Feature_01 to 10 fields.
My problem is that i need to join these tables so that when i create
the report I can output the Feature_Concern that is related to the
Feature selected.
Im not exactly how to do this, i know that the 10 field listings are
the not the best method of doing this. Does anyone have any
suggestions on what i should be naming the fields and how i can join
the tables?
TBL_Lookup_Features contains three columns (unique ID, Feature_Name,
Feature_Concern)
TBL_Main contains 10 fields (Feature_01 to Feature_10) as well as
other non related fields
The user selects a feature from a list in the Feature_01 to 10 fields.
My problem is that i need to join these tables so that when i create
the report I can output the Feature_Concern that is related to the
Feature selected.
Im not exactly how to do this, i know that the 10 field listings are
the not the best method of doing this. Does anyone have any
suggestions on what i should be naming the fields and how i can join
the tables?