OK some more clarity... I was mistaken in advising this was in a report...
it
is actually a report running off a query. The query throws out the month
in
serial number... what I want the report then to do is to convert the month
in
serial number to the month in text (ie. '1' = January)
If I ust set the format of the [DateOfBirth] control to: mmmm as per
Fred's
suggestion for some reason will show the first month as December instead
of
January and then each subsequent month as January... ie. '1' = December,
'2'
= January, '3' = January, '4' = January.
If I use "MonthName([MonthNumberField])" as per Ken's suggestion when I
run
the report I am asked to enter a perameter value??
Please keep in mind I am a totally new user with Access so everything
needs
to be in idiot-proof language...
Duane Hookom said:
What didn't work with the provided suggestions? I would expect them to
work
fine. What did you use in the control source of your text box on your
report?
--
Duane Hookom
MS Access MVP
Thanks FredG and Ken however neither of those suggestions have helped.
Perhaps I should have expanded a little further.
I have the reporting printing under each month's heading the birthdays
for
that month with the date of the birthday as well... so what I have
currently
is the title Birthdays By Month, then sub-headings for each month
(currently
reading '1', '2', '3' instead of 'January', 'February', 'March') and
then
under each month there are columns listing the date (eg 14th, 23rd,
25th
etc), each employees name and which office they are based in...
Is that a little clearer?
Appreciate your help very much!