Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Dharma1955

  1. Dharma1955

    Find 20 random records

    I should have said random values.
  2. Dharma1955

    Find 20 random records

    If you accept that RND() gives a random number the approach I outlined gives 20 unique random numbers.
  3. Dharma1955

    Find 20 random records

    Add this to your detail section: //@Random_Value Whileprintingrecords Numbervar random If previous {result of RND()}<> { result of RND()} then random_:=random+1 else random:=random Then use a detail suppression formula like this: Previous({result of RND()})={result of RND()} or {@Random_Value}>20

Part and Inventory Search

Back
Top