T
Tam Lee
this should be a simple loop? and i've done more complicated ones, but it's
been awhile.
I have a table with 3 fields: Assign, Compute, Name (which won't be affected)
I want to loop through if Assign is 1 then Compute should be 1.
next record, if nothing in Assign compute should be 2, next record,
if nothing in Assign, Compute should be 3 etc...
so, i end up with:
Assign Compute
1 1
2
3
4
1 1
2
3
been awhile.
I have a table with 3 fields: Assign, Compute, Name (which won't be affected)
I want to loop through if Assign is 1 then Compute should be 1.
next record, if nothing in Assign compute should be 2, next record,
if nothing in Assign, Compute should be 3 etc...
so, i end up with:
Assign Compute
1 1
2
3
4
1 1
2
3