Hi
Apologies for asking such a simple question, but the solution has evaded me so far....
I have some code that creates a Word document, and fills in names & addresses using the 'bookmarks' method in Word. The line in my Access code is:
wd.Selection.TypeText (Date)
which results in the Date being typed in my Word doc as '05/08/2004'. What is the syntax to enter the date as '5th August 2004' ie d/mmm/yyyy?
Any help much appreciated
Dale
Manchester, UK
Apologies for asking such a simple question, but the solution has evaded me so far....
I have some code that creates a Word document, and fills in names & addresses using the 'bookmarks' method in Word. The line in my Access code is:
wd.Selection.TypeText (Date)
which results in the Date being typed in my Word doc as '05/08/2004'. What is the syntax to enter the date as '5th August 2004' ie d/mmm/yyyy?
Any help much appreciated
Dale
Manchester, UK