G
Guest
On a report I have a date field for when the employee was hired. When I have
just the date in the control source box it displays fine. I would like to
concatenate this date with the word "Hired: " and have it show up in Long
Date format. Now I know I can use two text boxes, one with the hired word and
one with the date. But I think the concatenation makes it easier to format a
report, and I should be able to do this simple task. My last attempt, which
resulted in an #Error was this:
="Hired: " & format([Hire],"Long Date")
I must be missing something basic. Any help would be appreciated.
just the date in the control source box it displays fine. I would like to
concatenate this date with the word "Hired: " and have it show up in Long
Date format. Now I know I can use two text boxes, one with the hired word and
one with the date. But I think the concatenation makes it easier to format a
report, and I should be able to do this simple task. My last attempt, which
resulted in an #Error was this:
="Hired: " & format([Hire],"Long Date")
I must be missing something basic. Any help would be appreciated.