Dispaying a date with the day in

  • Thread starter Thread starter Simon
  • Start date Start date
S

Simon

On my report i have a field with with the following code
="From " & [Startdate] & " to " & [enddate]

which dispays the following
From 13/03/07 to 19/04/07

But i would like it to dispay it in the following formate
From Friday 13 April 2007 to Thursday 19th April

If any one could help me that would be great

Thanks
 
Take a look at Access HELP for the Format() function.

Regards

Jeff Boyce
Microsoft Office/Access MVP

Simon said:
On my report i have a field with with the following code
="From " & [Startdate] & " to " & [enddate]

which dispays the following
From 13/03/07 to 19/04/07

But i would like it to dispay it in the following formate
From Friday 13 April 2007 to Thursday 19th April

If any one could help me that would be great

Thanks
 
Simon said:
On my report i have a field with with the following code
="From " & [Startdate] & " to " & [enddate]

which dispays the following
From 13/03/07 to 19/04/07

But i would like it to dispay it in the following formate
From Friday 13 April 2007 to Thursday 19th April

If any one could help me that would be great

Thanks
 

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

Back
Top