RANDOM AUTONUMBERS greater than zero?

A

Andrew Anderson

Is There any way that I can use the random autonumber
function, but only get positive values?
 
M

MacDermott

Only by "rolling your own".
The built-in functions do not offer that choice.

Please remember, though, that an autonumber is not intended to be
meaningful, just unique.
If you need it to be always positive, chances are you'll be better off with
something else anyhow.

- Turtle
 
G

Guest

thanks.
-----Original Message-----
Only by "rolling your own".
The built-in functions do not offer that choice.

Please remember, though, that an autonumber is not intended to be
meaningful, just unique.
If you need it to be always positive, chances are you'll be better off with
something else anyhow.

- Turtle




.
 
Top