It wouldnt need to work with CF??? Just Googled this.. " Int((100 * Rnd) + 1)
Will give a random number between 1 and 100." So using the above technique.. select fooCol1, fooCol2, fooCol3, Int((100 * Rnd) + 1) as rnd_col from fooTbl where a = this and b = that order by rnd_col Should work.. and should be very quick On Fri, Mar 14, 2008 at 11:45 AM, C S <[EMAIL PROTECTED]> wrote: > >Does Access have a random number generator function? > > Not one that works with CF, IIRC. Failing that I think William's suggestion > may be the way to go with Access. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:301303 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

