Adding 14 Days onto a Date

J

James T

I have a program that mail merges information in Word in
order to create invoices.

There is a mail merge field called INVOICEDATE in the word
document.

I want to create a new field that adds 14 days onto this
INVOICEDATE field.

I opened the word document and used ALT+F9 to toggle the
INVOICEDATE field and it showed the following:

{ QUOTE InvoiceDate\@ "DD MMMM YY" }

Based on another post I put on here I tried to edit this
field to be:

1) { FORMAT (DateAdd("d",14,InvoiceDate), "DD MMMM YY")}

When I try and create an invoice it comes back with an
error message:

Error! Bookmark not defined.

I have obviously done something wrong????
 

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