Recent content by Di27

  1. D

    Need help picking out random records without any duplicates

    Thanks for all the help.. I ended up using a public function in conjunction with an array thanks to this stackoverflow.com/questions/29950638/create-random-number-without-duplicating Then I added a DLOOKUP as a checker to get rid of potential errors due to empty records
  2. D

    Need help picking out random records without any duplicates

    I'm trying to create a sort of dialer but I dont want the same person to be dialed on the same day. I have been able to link it to my customerID and the randomizer works fine and doesnt do 2 in a row but there is a possibility of it happening later in the day. This is what I am using at the...
Top Bottom