Hi guys. Here is my problem...
I have a form called ranking. It has a subform with a list of wines where each wine has a ranking number.
What i would like to do is to change the ranking of a specific wine and then rerank the rest of the wines.
example:
wine rankink
a 1
b 2
c 3
d 4
If i modify wine c to be 1, then as a result of that change the subform should shows..
wine rankink
a 2
b 3
c 1
d 4
any suggestion? thx, max.
I have a form called ranking. It has a subform with a list of wines where each wine has a ranking number.
What i would like to do is to change the ranking of a specific wine and then rerank the rest of the wines.
example:
wine rankink
a 1
b 2
c 3
d 4
If i modify wine c to be 1, then as a result of that change the subform should shows..
wine rankink
a 2
b 3
c 1
d 4
any suggestion? thx, max.