Apr 9, 2003 #1 UnixPanix Technical User Mar 13, 2003 3 US I can't seem to get this random funtion to work correctly. All I want is a random number when a new record is created beteeen--- 00001 and 99999 Any help is greatly appreciated...
I can't seem to get this random funtion to work correctly. All I want is a random number when a new record is created beteeen--- 00001 and 99999 Any help is greatly appreciated...
Apr 15, 2003 #2 Schlogg MIS Oct 26, 1998 227 AU Calculation field = Int(99,999 * Random) You will need to add your own extra bits to avoid zero. HTH Cheers, Paul J. Upvote 0 Downvote
Calculation field = Int(99,999 * Random) You will need to add your own extra bits to avoid zero. HTH Cheers, Paul J.