channelmaster
Technical User
How can you count or create a random nos.in grid. Example,
when I append a new record the no is created "1" and another appended record will be "2" and so on. I tried this code:
count to nItemno
nItemno=nItemno+1
this works alright but the problem is when you delete a record, it creates a duplicate no and not in a random manner. How do you solve this when i delete a record it would automatically recount the record and append a new number in a random way, thanks
Rene
when I append a new record the no is created "1" and another appended record will be "2" and so on. I tried this code:
count to nItemno
nItemno=nItemno+1
this works alright but the problem is when you delete a record, it creates a duplicate no and not in a random manner. How do you solve this when i delete a record it would automatically recount the record and append a new number in a random way, thanks
Rene