November 8, 201114 yr Newbies Based on the geographic location (Province) of the found records, I want to add a unique serial number to each record from a matching Province table/list. I've tried a loop script, but can only get the first serial number to work. I have 6 Provinces and 6 sets of unique serial numbers. Any thoughts/tips? Dave
November 8, 201114 yr Add a calculation text field, with the case statement case(province="provinceA";"serial1;province="provinceB";"serial2";etc etc
Create an account or sign in to comment