BenSteckler Addicted to Programming Local time Today, 20:33 Joined Oct 4, 2000 Messages 44 Mar 17, 2001 #1 I am trying to have Access create a Random number but when I use the rand() function, it is not reconized. Any ideas?
I am trying to have Access create a Random number but when I use the rand() function, it is not reconized. Any ideas?
J Jack Cowley Registered User. Local time Today, 20:33 Joined Aug 7, 2000 Messages 2,636 Mar 18, 2001 #2 rnd() is the function you are looking for. Access does not have a rand() function....
M mrabrams Guest Mar 18, 2001 #3 I use the following code "lifted" from Dev's site: http://www.mvps.org/access/queries/qry0011.htm It works like a charm. Michael Abrams
I use the following code "lifted" from Dev's site: http://www.mvps.org/access/queries/qry0011.htm It works like a charm. Michael Abrams
BenSteckler Addicted to Programming Local time Today, 20:33 Joined Oct 4, 2000 Messages 44 Mar 18, 2001 #4 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
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
A Atomic Shrimp Humanoid lifeform Local time Today, 20:33 Joined Jun 16, 2000 Messages 1,953 Mar 18, 2001 #5 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).]
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).]