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????
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????