View Single Post
  #4   Report Post  
Peter Jamieson
 
Posts: n/a
Default

If you are still monitoring this thread, I would be interested to know
exactly what the text in your ddeauto field is, and what kind of thing
"appreqt" is.

Thanks,

Peter Jamieson

"JDP@Work" wrote in message
...
I'm so sorry, I forgot to mention that I use my documents as templates for
an
automated process.

The print function I use is similar to a right-click print in the file
manager
Windows Explorer.

So, macros that depend on humans won't work.

I've got some what of a solution.

Originally I was asked to use the request date, however there are often
delays
in processing a request that is no fault of the client's, so I instead use
the
first printing date, then the first follow up and finally the the final
follow
up dates detecting only a true condition for each adding 15 days to the
second
request letter that is sent out 15 days after the first letter. But as
noted
some cases the second letter could have a delay and it will still give the
client 15 days.

Please complete the application by {if{appreqfu1)' ' {ddeauto
appreqdt+30}\@
"MMMM d, yyyy"}{if{appreqfu1)' ' {ddeauto appreqfu1+15}\@ "MMMM d, yyyy"}

Thanks to all....

JeffP.....

"Doug Robbins" wrote in message
...
Either run a macro when you have the cursor in the location where you
want
the date to appear that contains the folloinwg code

Selection.InsertBefore Format(DateAdd("d", 30, Date), "MMMM d, yyyy")

or see http://www.wopr.com/cgi-bin/w3t/show...?Number=249902

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP
"JDP@Work" wrote in message
...
I need to add 30 or 45 days to the current date.
I've followed a few links, that for example add 301 days to a date I
get
the
wrong date but it's not so noticable, it's off by a month or so, and if
I
add 30
days I get exactly 90 days out!

Trying different inputs I get similar wrong dates.

So, please test any link you send.

TIA

JeffP.....