Richard,
Don't name your date field "Date". It's a reserved word in Access, and
will cause problems.
I'll use YourDate as a name.
Try this concatenation...
= [TextField] & " " & Format([YourDate],"(@@@) @@@-@@@@")

Signature
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html
"Find a job that you love... and you'll never work a day in your life."
>I am attempting to print a concatenated text field consisting of a text
>field
[quoted text clipped - 13 lines]
>
> Riichard
Richard S. - 31 Jul 2008 18:14 GMT
Thank you, Al. That's exactly what I was searching for.
> Richard,
> Don't name your date field "Date". It's a reserved word in Access, and
[quoted text clipped - 20 lines]
> >
> > Riichard