leighturner
Registered User.
- Local time
- Today, 14:38
- Joined
- Dec 6, 2010
- Messages
- 16
I would like to increment a value stored in my sys table by 1 for every record in my query.
ID PalNo
1 100
Initially I though counting this field would do the job, for example:
Pallet: (Count[PalNo]+1)
Help please!
ID PalNo
1 100
Initially I though counting this field would do the job, for example:
Pallet: (Count[PalNo]+1)
Help please!