[ Autofill datatable columns with increasing numbers ]

R

remember_it

How to autofill datatable columns with increasing numbers - like the
way in Excel?

Given a datatable with 2 columns : ID & Data.

(a) How to fill the column "Data" with consecutive numbers - 1000,
1001, 1002 ...?
(b) How to fill a specified range of continuous records - eg. records
ID100, ID101, ID102 ... ID300 - with (a)?

Many many thanks for any help and discussion!

http://www.access-programmers.co.uk/forums/showthread.php?p=542759#post542759
http://www.access-programmers.co.uk/forums/showthread.php?p=542758#post542758
 
Top