Re: Remove Negative AutoNumbers
From: Lynn Trapp (ltrappNoSpam_at_ltcomputerdesigns.com)
Date: 05/24/04
- Next message: Rick B: "Re: Updating a field with calculated dates from other field"
- Previous message: Allen Browne: "Re: Remove Negative AutoNumbers"
- In reply to: Matt: "Remove Negative AutoNumbers"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 24 May 2004 10:34:47 -0500
No. Random means random and the random generator is going to go through the
full range of long integers.
Now, ask yourself the question, "Why does it matter"? All an AutoNumber
field does is provide you with a unique identifier for a record. It should
not matter what it's value is. If you really need to display it to your
users as a positive value, however, you can use the ABS() function.
-- Lynn Trapp MS Access MVP www.ltcomputerdesigns.com Access Security: www.ltcomputerdesigns.com/Security.htm "Matt" <anonymous@discussions.microsoft.com> wrote in message news:116aa01c441a1$c648dae0$a101280a@phx.gbl... > Is there a way to have only positive numbers in an > AutoNumber field set to random? > > Thanks in advance, > Matt
- Next message: Rick B: "Re: Updating a field with calculated dates from other field"
- Previous message: Allen Browne: "Re: Remove Negative AutoNumbers"
- In reply to: Matt: "Remove Negative AutoNumbers"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|