January 28, 200520 yr Hi fellas, I have a database of food items. I randomly select items from the database and then present sets to different restaurants. Is there a way to save these randomly selected sets of records with names (Like "McDonalds" set, "Burger King" set, etc.) so I can quickly recall them? Thanks! Andrew
January 28, 200520 yr You need to create a field to hold the set names that the records belong to. The operations of adding to and removing from sets can all be scripted. When you want to add a record to a new set, concatenate the set name onto the end of the existing field data: Set field [setList; SetList&SetName &"
Create an account or sign in to comment