Jump to content

Saving a specific record set?


This topic is 7021 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

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 &"

Link to comment
Share on other sites

This topic is 7021 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.