A
Adam Clauss
I'm not sure if there is an easy way to do this, but here is what I want:
I have a database which will assign IDs to entries as they are entered.
These IDs need to be RANDOM numbers, so the easiest solution to me would
seem to be to use an AutoNumber field set to random.
However, this results in negative numbers as well - which is something I
would like to avoid. Basically, I want a field which generates a random
integer >= 1.
I'm not sure if this can be accomplished with an AutoNumber field or not.
Any ideas on where to start on this?
Thanks!
I have a database which will assign IDs to entries as they are entered.
These IDs need to be RANDOM numbers, so the easiest solution to me would
seem to be to use an AutoNumber field set to random.
However, this results in negative numbers as well - which is something I
would like to avoid. Basically, I want a field which generates a random
integer >= 1.
I'm not sure if this can be accomplished with an AutoNumber field or not.
Any ideas on where to start on this?
Thanks!