Calculated Date Field

G

Guest

Hi,

I would like to create a calculated field that adds 30 days to another date
field.

For example:

Invoice Date = 11/15/06
$100 due by 12/15/06
$105 due if paid 12/16/06 or later.

The due dates are calculated fields based on the invoice date. In other
words, I want to add 30 days and 31 days respectively.

Thanks
 
G

Guest

Hi Fini2549,

Use the dateadd function eg:

dateadd("d", 30, INVOICEDATE)

Hope this helps.

Damian.
 

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