lonesomejubilee Posted April 26, 2007 Posted April 26, 2007 Hello, I am sure this is easy but i just can't think of it... how would i make a dynamic script that could peform a find with the range of 30 days between the current date and today? I can hard code it by going to find mode, but i wanted to make it easy as pressing a button to specify criteria and always do it within that range. v
teka Posted April 26, 2007 Posted April 26, 2007 Ummm, why are you using find? If you have a normalized design you should be using relations.
AudioFreak Posted April 26, 2007 Posted April 26, 2007 What do you mean by "range of 30 days between the current date and today"? It can be done easily, just need to know exactly what you mean.
lonesomejubilee Posted April 27, 2007 Author Posted April 27, 2007 I have a date field and a drop down box to tag an entry with a "type", say for instance,... "red", "blue", and "green". For every entry there is a type selected... there are hundreds of entries a day and I want the user to be able to press one button and find all "blue" entries in the last 30 days. Why would this be a normalization/relation issue? Each entry is basically flat filed with a date field and this type field...?? It's easy to manually do a Find and do it by range x/x/xx .... x/x/xx but I don't want to make them type it in all the time. How do I basically make a calculation that says take today's current date and the range of today - 30 days before today? I tried to do it through scripting, but so far i can't figure out how to make that calculation in scriptmaker. thanks again
David Jondreau Posted April 27, 2007 Posted April 27, 2007 One method... Enter Find Mode Set Field [YourDateField; Get(CurrentDate)-30 & "..." & Get(CurrentDate)] Perform Find
Recommended Posts
This topic is 6481 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