PC Review


Reply
Thread Tools Rate Thread

Concatenate Expression with text string in Report?

 
 
Steve Stad
Guest
Posts: n/a
 
      18th May 2010
I would like to concatenate the text string..."Birthdays in " with the
expression =MonthName(Month(Now())). Can someone provide the correct
syntax.
 
Reply With Quote
 
 
 
 
fredg
Guest
Posts: n/a
 
      18th May 2010
On Tue, 18 May 2010 13:04:01 -0700, Steve Stad wrote:

> I would like to concatenate the text string..."Birthdays in " with the
> expression =MonthName(Month(Now())). Can someone provide the correct
> syntax.


="Birthdays in " & Format(Date(),"mmmm")
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
 
Reply With Quote
 
Duane Hookom
Guest
Posts: n/a
 
      18th May 2010
="Birthdays in " & MonthName(Month(Date()))
or
="Birthdays in " & Format(Date(),"mmmm")

--
Duane Hookom
Microsoft Access MVP


"Steve Stad" wrote:

> I would like to concatenate the text string..."Birthdays in " with the
> expression =MonthName(Month(Now())). Can someone provide the correct
> syntax.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
expression to concatenate text strings omitting empty records? =?Utf-8?B?ZGJuRGF2aWQ=?= Microsoft Access Getting Started 6 28th Mar 2006 10:42 PM
how do I write an expression to concatenate text =?Utf-8?B?aGFpbHM=?= Microsoft Access Form Coding 3 19th Nov 2005 12:17 AM
concatenate a text string if two different cells contain the sam. =?Utf-8?B?TGluZGEgRw==?= Microsoft Excel Worksheet Functions 5 17th Jan 2005 07:53 PM
Concatenate: Text String and SUM Results CEJ Microsoft Excel Worksheet Functions 1 25th Oct 2004 03:52 PM
Re: Concatenate: Text String and SUM Results Aladin Akyurek Microsoft Excel Worksheet Functions 0 25th Oct 2004 03:46 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:23 AM.