VPSWU Posted September 12, 2005 Posted September 12, 2005 I search the forum and tried several of the scripts mentioned but I can't seem to find or create one that supplies the information I need. I have a membership database that includes [color:purple]Date Joined and [color:purple]Date Dropped fields. What I am trying to do is to find all that joined between a certain date range. Any advice would be greatly appreciated.
Ender Posted September 12, 2005 Posted September 12, 2005 When in Fin Mode, try entering find criteria in your Date Joined field in this format: 1/1/2005...1/31/2005 (use whatever date format your version uses.) This can also be scripted using a Set Field[] and maybe globals for the Start and End ranges, like this: Enter Find Mode[] Set Field [ Date Joined ; gStartRange & "..." & gEndRange ] Perform Find[]
VPSWU Posted September 12, 2005 Author Posted September 12, 2005 Thanks. Entering the date range in the find mode worked just fine. I would like to use the script but I couldn't get it to work.
Recommended Posts
This topic is 7014 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