dcecil Posted May 1, 2008 Posted May 1, 2008 I know this sounds simple, but I'm getting beat up on it. : [color:green]I am creating a "Bill Payment" database and I have a field called "Monthly?". It is based on a Yes/No Value List. I need a calculation that if the answer is Yes, it will take the entered "Due Date" and add 1 month to that and place it in the field called "Next Due Date". Thanks,
mr_vodka Posted May 1, 2008 Posted May 1, 2008 Case ( Monthly = "Yes"; Date ( Month (Due Date) +1; Day (Due Date); Year (Due Date) ) )
dcecil Posted May 1, 2008 Author Posted May 1, 2008 Wow, that was quick! It works great. Thanks so much. :
Recommended Posts
This topic is 6110 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