Jump to content

This topic is 8858 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

I want to add seven days to the date in the previous record. I would also like to have my records redate the remaining dates at seven days apart.

Ex. If I add a record in the middle, Filemaker would change the remaining dates in the records.

Is this possible?

Posted

Sure, just do it with a script. Have a field called gDate that is a global date field.

Go to Record/Request/Page [ First ]

Set Field [ gDate, Date_Field ]

Loop

  • 4 weeks later...
Posted

Err, just a quick note here (always tyhe pedant...)

Whenever you create a new record, that record is added to the "bottom" of the database. Even if you are browsing in the middle, the new record will always be the last.

The way to get a new record into the "middle" is to *sort* the database after the new record is created.

There, I feel better now. ;-)

This topic is 8858 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.