I query data, creating a data set having four data fields,
Account Number
Activity Code
Activity Sequence
Closed Date
Each Account Number may have multiple Activity Codes. For each Account Number and Closed Date, I want to populate the Activity Sequence field and increment that by 1 until I get to the next Account Number/Closed Date; then start with 1 and increment until the account number/closed date changes.
I know this question has likely been answered many times but when I query the archive, I could not find one that addressed my data structure specifically.
Thanks
2. Does your table have an autonumber field?