Using Version 7. I have a table with 3 types of clients (Inquiries, Transitions & Clients). Some of these are inactive. I need to make a script that will:
1) Find all the "Inactive" records (using the field: [status])
2) Omit the records where Status is = to "Inactive"
3) Within this found set, I'd like to find all the records that are "Inquiries"
4) then let the user input any other find criteria using fields on the layout
What they should end up with is records that are "Inquiries", not "Inactive" and have a few other perameters that they specify.
Thanx in advance for your help.