Date/time format

P

Paola

Hi,
I have in the query that supports a report a date/time field, [BirthDate], which is formatted as "14-Mar-03". If I use this field loose when I run the report, it respects the format I chose. When I create the expr: [Nationality]&","&[BirthDate], the report shows it as American, 03/14/2003 .
How can I force my formatting in the report?
Any idea?
Thanks
 
D

Douglas J. Steele

[Nationality] & ", " & Format([BirthDate], "dd-mmm-yy")

--
Doug Steele, Microsoft Access MVP

(No private e-mails, please)



Paola said:
Hi,
I have in the query that supports a report a date/time field, [BirthDate],
which is formatted as "14-Mar-03". If I use this field loose when I run the
report, it respects the format I chose. When I create the expr:
[Nationality]&","&[BirthDate], the report shows it as American, 03/14/2003 .
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top