My Assistant
![]() ![]() |
|
|
Jul 30 2010, 07:09 AM
Post
#1
|
|
|
UtterAccess Member Posts: 27 |
Hi all
I have a text field in a report that contains a letter. In this letter is a date that is caluclated based on a control on the main switchboard. ....letter text" & " " & ([Forms]![Main Switchboard]![QueDays]+[ArrivalDate]) & "letter text..... I want this to show up as the long date format (eg 10 July 2010) not in the default format (e.g. 13/07/2010 08:11:55). How do I achieve this guys? Thanks in advance Adam This post has been edited by Adam858: Jul 30 2010, 07:31 AM |
|
|
|
Jul 30 2010, 07:35 AM
Post
#2
|
|
|
Utterly Yorkshire and Forum/Wiki Editor Posts: 15,895 From: Devon UK |
Hi
Try CODE ....letter text " & Format(([Forms]![Main Switchboard]![QueDays]+[ArrivalDate]),"dd mmm yyyy") & " letter text.....
|
|
|
|
Jul 30 2010, 07:42 AM
Post
#3
|
|
|
UtterAccess Member Posts: 27 |
Alan you are a genius (IMG:style_emoticons/default/yayhandclap.gif)
It works, you've saved the day! Cheers Adam |
|
|
|
Jul 30 2010, 07:58 AM
Post
#4
|
|
|
Utterly Yorkshire and Forum/Wiki Editor Posts: 15,895 From: Devon UK |
|
|
|
|
![]() ![]() |
|
Go to Top · Lo-Fi Version | Time is now: 19th June 2013 - 07:40 PM |