Custom Field (Date)

G

Guest

I have a query similar to the following:

Client FYE Grace Period (Days)
12/31 120
06/30 60
09/30 90
03/31 120

I would like to build a custom field that would calculate
a "Due Date" by taking the month and day (note that the
year is not important)and adding the number of days given
in the grace period similar to the following:

Client FYE Grace Period (Days) Due Date
12/31 120 04/30
06/30 60 08/29
09/30 90 12/29
03/31 120 07/29

Any suggestions as to what functions (or other
alternatives) could accomplish this. Thanks.

Jason
 
D

Duane Hookom

Check Help (in a module) for date functions. DateAdd() might be a good place
to start.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top