RANDOM AUTONUMBERS greater than zero?

  • Thread starter Thread starter Andrew Anderson
  • Start date Start date
A

Andrew Anderson

Is There any way that I can use the random autonumber
function, but only get positive values?
 
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
 
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




.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top