I have a report that I'm trying to build that sorts purchases by month...
So I end up with something along the lines of this:
1/12/02
John Smith 1 unit $4.00
Jane Doe 2 units $8.00
2/20/02
Joe Johnson 1 unit $4.00
...now what I want to do it instead of access randomly picking a date to display out of those in the purchase entries I want it to show the month instead. But when I try setting up a "text box" in the date heading that contains this expression =Format([Exdate_D], "mmmm") I get #ERROR on my report. What exactly am I doing wrong here. All the info I can find on the Format function (what little there is) says that thats all I need.
Any help would be appreciated.
So I end up with something along the lines of this:
1/12/02
John Smith 1 unit $4.00
Jane Doe 2 units $8.00
2/20/02
Joe Johnson 1 unit $4.00
...now what I want to do it instead of access randomly picking a date to display out of those in the purchase entries I want it to show the month instead. But when I try setting up a "text box" in the date heading that contains this expression =Format([Exdate_D], "mmmm") I get #ERROR on my report. What exactly am I doing wrong here. All the info I can find on the Format function (what little there is) says that thats all I need.
Any help would be appreciated.