Does Access have the increment function like in Excel where you can enter
incrementing numbers in concecutive cells by dragging down, or across?
Chris O'C - 28 May 2008 16:27 GMT
No. The closest is the Autonumber data type - which is really a Long data
type that can either increment to the next number for the next record or
choose a random number for the next record.
Chris
Microsoft MVP
>Does Access have the increment function like in Excel where you can enter
>incrementing numbers in concecutive cells by dragging down, or across?
Ayo - 28 May 2008 16:37 GMT
Thanks Chris
> No. The closest is the Autonumber data type - which is really a Long data
> type that can either increment to the next number for the next record or
[quoted text clipped - 5 lines]
> >Does Access have the increment function like in Excel where you can enter
> >incrementing numbers in concecutive cells by dragging down, or across?
Arvin Meyer [MVP] - 28 May 2008 16:37 GMT
It's not the same as Excel. If you start entering a series going down the
column, as you click in the next row, it will fill in 1 number. There is no
dragging for a series of numbers.

Signature
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
> Does Access have the increment function like in Excel where you can enter
> incrementing numbers in concecutive cells by dragging down, or across?