Jump to content

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

Recommended Posts

Posted

I want to automate my past-due invoice notification system. It seems to me that when I give a record an invoice date, I could also perform a function that would define, in 4 other fields, when 30, 60, 90, and 120 days have elapsed. Problem is, I don't know how to calculate "30 days in the future from June 30, 2001."

Posted

Thanks CaptKurt, but that is exactly what I tried to do. It didn't work. Since it's a calculation, "+30" just added 30, but didn't return the appropriate date.

Posted

That means that you have a misformatted field somewhere. You either need to make your fields DATE format or you need to use the DateToText function to make them text fields.

Making them DATE fields is probably the better way to go.

This topic is 8555 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.