Sam Posted January 25, 2005 Posted January 25, 2005 How do I automate creating 1 month of records at 7 days apart from the last record in the database? Thanks,
dkemme Posted January 25, 2005 Posted January 25, 2005 This is easy but would be better to not require this by using a relationship that creates the dates you need on the fly. Check out the examples of simple calendar.
transpower Posted January 25, 2005 Posted January 25, 2005 Write a looping script: add 7 days each time to the previous date and exit when you've passed the end of the month. Use the New Record/Request step and Set Field (the date_field) with the new date, then add 7 days, create the next record, etc.
Recommended Posts
This topic is 7245 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