Random Numbers

BenSteckler

Addicted to Programming
Local time
Today, 20:33
Joined
Oct 4, 2000
Messages
44
I am trying to have Access create a Random number but when I use the rand() function, it is not reconized. Any ideas?
smile.gif
 
rnd() is the function you are looking for. Access does not have a rand() function....
 
Thanks for the reply, the only problem is that when I enter that md() function, it gives me an error saying that "sub or Function is not defined."

Any ideas on how to fix that?

Ben
 
You've misread rnd (r n d) as md (m d) - it's an easy mistake to make with this font.

[This message has been edited by Mike Gurman (edited 03-18-2001).]
 

Users who are viewing this thread

Back
Top Bottom