Hi forum,
I have tblGroup, tblItem. There a relationship bteween these two tables. Below is my desire in tblItem, Order# field is to be incremented by Grouping. How do I make this happen?
Thanks in advanced.
------------------------------
ItemID GroupIDFK Order#
1 1 1
2 1 2
3 1 3
4 1 4
5 2 1
6 2 2
7 2 3
8 3 1
9 4 1
10 4 2
-------------------------------
I have tblGroup, tblItem. There a relationship bteween these two tables. Below is my desire in tblItem, Order# field is to be incremented by Grouping. How do I make this happen?
Thanks in advanced.
------------------------------
ItemID GroupIDFK Order#
1 1 1
2 1 2
3 1 3
4 1 4
5 2 1
6 2 2
7 2 3
8 3 1
9 4 1
10 4 2
-------------------------------