Good Evening...
I'm trying to give a group of data a specific number. For instance:
Record ID Ownership Del Pt Name Address State Store #
1 20 12345678 Ben's Candy Barn 1 Horseshoe Lake ON 1
2 1220 12345678 Ben's Candy Barn 1 Horseshoe Lake ON 1
3 890 220789 Ben's Candy Barn 1 Horseshoe Lake ON 1
4 1220 12376789 Ben's Candy Barn 1 Promenade Dr MB 2
5 890 220899 Bens Candy Barn 1 Promenade Dr MB 2
6 20 12376789 Ben's Candy Barn 1 Promenade Dr MB 2
In other words, if the next address and state below are the same, give it the same number as the one number above, if not give it the next sequential number.
I used the Record ID tool to give it the record number. I think I can accomplish this by grouping and using the Multi-Row tool, but I think I've tried so many things, I've totally confused myself. Is this even possible? If so, how do you even get it started? Among others, I've tried:
If [address_line_1] and [state] !=[address_line_1] and [state] then
[Record ID] else [Row+1: Record Id]
end if
I'm confused! Any help would be greatly appreciated.
Thanks.
YT