I have three tables called Noun, Modifier, and Attributes. I have created a new table using the first two fields as Noun and Modifier and planted a default value in them. Now I need to create more fields in the new table. The headers for those fields would be the matching attributes from the attribute table.
Example
Noun = Motor, Noun ID = 1
Modifier = Electric , Modifier ID = 2
Now I want to collect the Attributes that match the nounid and modifierid from the attributes table and use those to create field headers in my motors table.
In the Attributes Table it may have several items that match the nounid and modifierid combo
Example would be Volts, Amps, RPM, and Frame
I have made a record set of those but cannot figure out how to add the fields to the existing table. I have to keep it generic because module will be used to create another table with a new noun modifier combo, that have different attributes. Any help would be appreciated.
Thanks Keith
Example
Noun = Motor, Noun ID = 1
Modifier = Electric , Modifier ID = 2
Now I want to collect the Attributes that match the nounid and modifierid from the attributes table and use those to create field headers in my motors table.
In the Attributes Table it may have several items that match the nounid and modifierid combo
Example would be Volts, Amps, RPM, and Frame
I have made a record set of those but cannot figure out how to add the fields to the existing table. I have to keep it generic because module will be used to create another table with a new noun modifier combo, that have different attributes. Any help would be appreciated.
Thanks Keith