July 15, 200223 yr Newbies Here is a simple problem I'm sure, I'm just a litle dense today . I have a file with 200+ records. I want to be able to pull up a random record from that file and display it. For example "FlashCards" for training purposes. Basically I wnat to integrate a button with the function of get_next_record_RANDOM. Any input is, as always, appreciated. Thanks, Rob
July 15, 200223 yr To select a random record create a global number field gRandomRecord and a script: Find All SetField(gRandomRecord, Int(Random * Status(CurrentRecordCount))) Go to Record (field value, gRandomRecord) -bd
Create an account or sign in to comment