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  

Creating String on Report



 
 
Thread Tools Display Modes
  #1  
Old May 1st, 2009, 09:02 PM posted to microsoft.public.access.reports
gmazza via AccessMonster.com
external usenet poster
 
Posts: 177
Default Creating String on Report

Hey there,
I am trying to create a string on my report.
I need it to say:
"Logs between " then my DateFrom field on my report here "And " then my
DateTo field here

I don't know how to code this or display it. because it needs to fit nicely
for every date as the dates can chnage,
Any help is appreciated.

--
Message posted via http://www.accessmonster.com

  #2  
Old May 1st, 2009, 09:45 PM posted to microsoft.public.access.reports
fredg
external usenet poster
 
Posts: 4,386
Default Creating String on Report

On Fri, 01 May 2009 20:02:10 GMT, gmazza via AccessMonster.com wrote:

Hey there,
I am trying to create a string on my report.
I need it to say:
"Logs between " then my DateFrom field on my report here "And " then my
DateTo field here

I don't know how to code this or display it. because it needs to fit nicely
for every date as the dates can chnage,
Any help is appreciated.


Use an Unbound text control.
="Logs between " & [DateFrom] & " And " & [DateTo]

--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
  #3  
Old May 1st, 2009, 10:32 PM posted to microsoft.public.access.reports
gmazza via AccessMonster.com
external usenet poster
 
Posts: 177
Default Creating String on Report

Thanks Fred!

fredg wrote:
Hey there,
I am trying to create a string on my report.

[quoted text clipped - 5 lines]
for every date as the dates can chnage,
Any help is appreciated.


Use an Unbound text control.
="Logs between " & [DateFrom] & " And " & [DateTo]


--
Message posted via http://www.accessmonster.com

 




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 06:37 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.