I've been banging my head with this problem all day. I've got a report
in Access 97 that needs to be exported to an RTF file. This Access
report has a field in the Report Header with a value of =date(). When
I export it to an RTF, the date shows on the report as it should when
opened in Word. When others export it using the same action, the date
is missing when opened in Word.
I've tried Format(date()) or Format(date(),"mm/dd/yy"). That doesn't
seem to help.
Any ideas, greatly appreciated.
TIA
norhaya - 06 Jan 2006 04:06 GMT
try format([date()],"medium date")
> I've been banging my head with this problem all day. I've got a report
> in Access 97 that needs to be exported to an RTF file. This Access
[quoted text clipped - 9 lines]
>
> TIA