Re: Date Problem using mail merge. by Jezebel
Jezebel
Mon May 02 01:00:12 CDT 2005
You need to appreciate the difference between dates and date formats. A date
within an Access table (or indeed, any date variable) has no format. It is
actually a double in disguise. The format is applied only when the date is
displayed. So the format you specify within Access is irrelevant to the
display of the date in Word. To control the format in your mail merge,
either put a format instruction into the SQL statement ( ... select
Format([Use By], "d-MMM-yy") as UseBy_Date ... ) or add a format switch to
the field in Word.
Don't understand your second question.
"bajanboost" <sales@bajanboost-dot-com.no-spam.invalid> wrote in message
news:HoKdnfPODofRJ-jfRVn_vg@giganews.com...
>I have specified in my Access database that I want my date format to
> be a medium date with the following layout:
>
> 19-Mar-04
>
> This would display fine and to the exact format in Access, but when I
> pull it into a mail merge in Word, the format changes to: 3/19/04
>
> Is there anyway that I can make it display like 19-Mar-04?
>
> Another problem I am having in access is I have a field called "Must
> Use By:" where a user must manually enter a date on an item. The date
> can be any time from now or till 2 years in advanced, How do I make
> that field so that a user can manually enter that date easily? Not by
> having to type 16-Mar-04. I would like an easier approach.
> Thank You.
>