G
Guest
Hi All:
I have been working this problem for over a week. All the examples thus far have failed to help. I have a mental block and need your help.
I want to create a user input form where the user selects an analysis activity from a drop down list. This will cause a subform to open with one or more attributes applicable to that analysis activity. Along with a rating text box beside each attribute where the user will enter the rating. Here are the tables and fields (first row beneath the table name is the key field, except the join table where the key fields are both AnalyDataID and AttribID).
tblAnalyActivity tblAnalyAttrib tblAnalyData tblJoinAnalyAttribandData
AnalyActID AttribID AnalyDataID AnalyDataID
AnalyActDescription AnalyActID AnalyActID AttribID
AttributeDescription Date Rating
PerfBy
All my queries and forms have been unsuccessful to date. I really need your help.
Thanks
I have been working this problem for over a week. All the examples thus far have failed to help. I have a mental block and need your help.
I want to create a user input form where the user selects an analysis activity from a drop down list. This will cause a subform to open with one or more attributes applicable to that analysis activity. Along with a rating text box beside each attribute where the user will enter the rating. Here are the tables and fields (first row beneath the table name is the key field, except the join table where the key fields are both AnalyDataID and AttribID).
tblAnalyActivity tblAnalyAttrib tblAnalyData tblJoinAnalyAttribandData
AnalyActID AttribID AnalyDataID AnalyDataID
AnalyActDescription AnalyActID AnalyActID AttribID
AttributeDescription Date Rating
PerfBy
All my queries and forms have been unsuccessful to date. I really need your help.
Thanks