K
KayC
In a query, i have a field defined as
Month: DatePart("m",[Date of Call])
I want the month to be displayed spelled out, so i tried
to make it "mmmm" but it says "this expression is typed
incorrectly, or it is too complex to be evaluated. For
example, a numeric expression may contain too many
complicated elements. Try simplifying the expression by
assigning parts of the expression to variables."
First of all, what does that mean. And secondly, how can
i make it so that it shows up as "January" instead of "1"
on a report?
Month: DatePart("m",[Date of Call])
I want the month to be displayed spelled out, so i tried
to make it "mmmm" but it says "this expression is typed
incorrectly, or it is too complex to be evaluated. For
example, a numeric expression may contain too many
complicated elements. Try simplifying the expression by
assigning parts of the expression to variables."
First of all, what does that mean. And secondly, how can
i make it so that it shows up as "January" instead of "1"
on a report?