Sorry, there are several other fileds in the form, product info, amount, etc.
F1 is the order ID and F2 shuld be a sequential numbering of the order lines connected to each order.
Does this make more sence?
oddbir
Hi All!
I'm new on this forum, and have an issue where I need some help.
I have a table with two fields like this:
F1 F2
110 1
110 1
111 1
111 1
111 1
112 1
112 1
.....
I need to change the number in F2 like tihis
F1 F2
110 1
110 2
111 1
111 2
111 3
112 1
112 2
.....
Probably...