picnichouse Posted January 28, 2005 Posted January 28, 2005 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
BobWeaver Posted January 28, 2005 Posted January 28, 2005 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 &"
Recommended Posts
This topic is 7238 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now