A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Setting Up & Running Reports
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Date (multiple) format in textbox



 
 
Thread Tools Display Modes
  #1  
Old December 5th, 2009, 04:29 PM posted to microsoft.public.access.reports
Prohock
external usenet poster
 
Posts: 37
Default Date (multiple) format in textbox

I have a report that is a letter and it is displaying multiple dates.

I would like the dates to have the following format (mmmm dd", "yyyy). I
need to add this to the textbox rather than the format value for the record
source property.

The text box code is as follows & " " & [StartDate] & " " & "to" & " " &
[EndDate] & " " &.

I am thinking that it mightbe something like this...but it does not work.

& " " & [StartDate]=mmmm dd", "yyyy & " " & "to" & " " & [EndDate]=mmmm dd",
"yyyy & " " &.
  #2  
Old December 5th, 2009, 04:53 PM posted to microsoft.public.access.reports
Prohock
external usenet poster
 
Posts: 37
Default Date (multiple) format in textbox

I figured it out!

& " " & Format([StartDate],"mmmm dd\,yyyy") & " " & "to" & " " &
Format([EndDate],"mmmm dd"", ""yyyy") & " " &

"Prohock" wrote:

I have a report that is a letter and it is displaying multiple dates.

I would like the dates to have the following format (mmmm dd", "yyyy). I
need to add this to the textbox rather than the format value for the record
source property.

The text box code is as follows & " " & [StartDate] & " " & "to" & " " &
[EndDate] & " " &.

I am thinking that it mightbe something like this...but it does not work.

& " " & [StartDate]=mmmm dd", "yyyy & " " & "to" & " " & [EndDate]=mmmm dd",
"yyyy & " " &.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 07:01 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.