padlocked17
Registered User.
- Local time
- Today, 16:56
- Joined
- Aug 29, 2007
- Messages
- 275
All,
I have a table called tbl_TrendAreas that is the recordsource for a continuous form displaying all of the "Options" a user can select to grade an individual on.
I would like to have an unbound combo box on each record that associates a score for the option.
I already have a MemberID and ExamID that is selected on the form via a combo box.
When the unbound combo box is updated, I would like a record appended/updated/deleted from the table tbl_Trends with the fields (MemberID, ExamID, TrendAreaID, ScoreID).
Bottom line. I just want a list of all the Trend Areas listed out with the option to grade just 1 or all of them and have another table appended/updated/deleted based on the selections.
Am I over complicating this? I feel like I am, so any suggestions would be very welcomed.
I have a table called tbl_TrendAreas that is the recordsource for a continuous form displaying all of the "Options" a user can select to grade an individual on.
I would like to have an unbound combo box on each record that associates a score for the option.
I already have a MemberID and ExamID that is selected on the form via a combo box.
When the unbound combo box is updated, I would like a record appended/updated/deleted from the table tbl_Trends with the fields (MemberID, ExamID, TrendAreaID, ScoreID).
Bottom line. I just want a list of all the Trend Areas listed out with the option to grade just 1 or all of them and have another table appended/updated/deleted based on the selections.
Am I over complicating this? I feel like I am, so any suggestions would be very welcomed.