rivet Posted December 2, 2003 Posted December 2, 2003 I have a list of records with a date in each record. I would like to create a script that finds the first record of each year and tag it. (currently there 1097 records covering eleven years, and the tag can be a simple boolean) anyone?
Kundinger Posted December 2, 2003 Posted December 2, 2003 Hi 'rivet', Quick & Easy solution... create a looping script find each year sort date & time mark (tag) first record continue loop Hope this help!!! Bob Kundinger [email protected]
Charles Delfs Posted December 3, 2003 Posted December 3, 2003 or you can: create a calulation of the year(only) of your date create a self-relationship based on you new yearCalc date and sorted by the date then create a calc that checks if the recordID via your new relationship equals the currect RecordID then return true else false This no looping is required and you can perform finds. Charles
Recommended Posts
This topic is 7660 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