lesley1160 Posted November 17, 2004 Posted November 17, 2004 Please could someone tell me if it is possible to write a script to carry out this task? I would like to hide multiple records if two separate fields in the records meet a specific criteria ( "No" in both fields). I did manage to create a simple script but it only omitted one record at a time and it may involve omitting anything between ten and twenty records. Many thanks in advance.
-Queue- Posted November 17, 2004 Posted November 17, 2004 Why not create a calculation field of field1 = "no" and field2 = "no" Then you can either add a find request to omit records with a 1 in the field or only find records with a zero in it.
wmugrad28 Posted January 6, 2005 Posted January 6, 2005 What if I have a Customer table with a field called Status and the radio box options are Active or Inactive? My file has multiple tables and I would like be able to select a customer as inactive then have all records (from all tables) hidden or transfered to a seperate place. I don't want to delete them because we might need to go back to reference something... but on a typical day we don't want them to get in the way. Greg
-Queue- Posted January 11, 2005 Posted January 11, 2005 You may want to create a duplicate db and import all customers with a Status of 'inactive'. Otherwise, you'll need to add Status = 'active' criteria to your finds or run a loop to omit inactive records after your finds.
Recommended Posts
This topic is 7259 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