Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mailmerge date persists in showing the time.

Status
Not open for further replies.

jhowley58

Programmer
Jun 25, 2001
207
US
I'm using automation to initiate mailmerge from Access. I use the short form for date. Trouble is when I fire up the word document from Access, and that document gets the date from an access table, it always displays(prints) it in Date and time form. How can I get it to drop the time part?

Thanks .

John
 
It sure sounds like the difference between Now() and Date() in your code.
 
If votgop's idea does not work try using
Format([Date],"mm/dd/yyyy") or FormatDateTime(Date,2)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top