Newbies TennMan Posted January 24, 2002 Newbies Posted January 24, 2002 I'm new at this so please give all details if possible. I have a registration database (FMP v4) that tracks if people are registered for a particular event. The field ACTIVE_CODE is used to indicate if they are "PAID", "PENDING", or "NOT REGISTERED". These are selected from radio buttons and the field is defined as a value list. I would like to have a script that will show me only the PAID, another for only the PENDING, and a third for only the NOT REGISTERED. Can someone show me a script(s) that will do this.
danjacoby Posted January 25, 2002 Posted January 25, 2002 Perform a find, then create a script that performs a find, making sure that the Restore and No Dialog boxes are checked. This script will now perform whatever find was most recent. Do it again with the second find. And again with the third.
Recommended Posts
This topic is 8343 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