From: Steve Stad on
I would like to concatenate the text string..."Birthdays in " with the
expression =MonthName(Month(Now())). Can someone provide the correct
syntax.
From: fredg on
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
From: Duane Hookom on
="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.
 | 
Pages: 1
Prev: Report Formatting
Next: Report not executing code