N
Nathan
I'll start by explaining what I am trying to accomplish, and work back from
there. Also, I may be posting in the wrong forum, but I couldn't decide
which to use.
I have a "primary" form where the user edits a record. I have a field
(combo box) in this record that is a "rating" for the record (1 - 15). If
the rating 1 is chosen, another combo box is made visible, allowins the user
to choose a "sub-rating" (1 - 5). I have all of this working fine.
The problem is that if the sub-rating 5 is chosen, I THEN want a pop-up form
to appear which allows the user to click on up to four different checkboxes.
All of this is for one record in the same table.
I've gotten this to work, however, I am getting a "Write-Conflict" message.
I need that message to go away. I think I understand why I am getting this -
because of optimistic locking. The main form and the pop-up form are both
getting data from the same record of same table.
So my quandry is HOW to do I accomplish what I am trying to do without
fundamentally changing the structure of my table? I thought about making a
second table just housing the sub ratings with the check boxes, but that
doesn't seem to be correct normalization. Perhaps I'm overthinking it. Any
ideas?
there. Also, I may be posting in the wrong forum, but I couldn't decide
which to use.
I have a "primary" form where the user edits a record. I have a field
(combo box) in this record that is a "rating" for the record (1 - 15). If
the rating 1 is chosen, another combo box is made visible, allowins the user
to choose a "sub-rating" (1 - 5). I have all of this working fine.
The problem is that if the sub-rating 5 is chosen, I THEN want a pop-up form
to appear which allows the user to click on up to four different checkboxes.
All of this is for one record in the same table.
I've gotten this to work, however, I am getting a "Write-Conflict" message.
I need that message to go away. I think I understand why I am getting this -
because of optimistic locking. The main form and the pop-up form are both
getting data from the same record of same table.
So my quandry is HOW to do I accomplish what I am trying to do without
fundamentally changing the structure of my table? I thought about making a
second table just housing the sub ratings with the check boxes, but that
doesn't seem to be correct normalization. Perhaps I'm overthinking it. Any
ideas?