M
Merwin12
AC 97, SQL 7 backend
I have two option groups and one bound text box.
1st Option Group:
Red, Blue, White
2nd Option Group:
Apple, Sky, Dove
Textbox should display depending on your selection from
above:
Red Apple
I have a computed column at the back end for the textbox
so it concatenates the value of the two option groups.
The problem I am encountering is that I get this error
message when I make a different selection/update:
"The data has been changed.
Another user edited this record and saved the changes
before you attempted to save your changes.
Re-edit the record."
I have Me.Recalc on the after update for each option group.
Please help.
Thanks.
I have two option groups and one bound text box.
1st Option Group:
Red, Blue, White
2nd Option Group:
Apple, Sky, Dove
Textbox should display depending on your selection from
above:
Red Apple
I have a computed column at the back end for the textbox
so it concatenates the value of the two option groups.
The problem I am encountering is that I get this error
message when I make a different selection/update:
"The data has been changed.
Another user edited this record and saved the changes
before you attempted to save your changes.
Re-edit the record."
I have Me.Recalc on the after update for each option group.
Please help.
Thanks.