beenet Posted February 27, 2001 Posted February 27, 2001 Hi, I'm looking for a method to generate random PIN numbers. These PIN numbers will be used to access a secure site. Question: How do I create a field that generates a random number (lets say with 5 digits?) For example: 47618 Thanks.
danjacoby Posted February 27, 2001 Posted February 27, 2001 Round(Random * 100000, 0) The "Random" function generates a number between zero and one. Multiply by 100000 to get a five-digit number, then round to the decimal point. Don't make it a calc field, but a number field with the calculation auto-entered.
Recommended Posts
This topic is 8923 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now