M
MJuric
I found a message here that showed me how to create a query
and report that would ask for a month (the input would be in the three
letter form) and then would pull out all of the people from the data
base that had birthdates in that month.
I got it working fine. However recently I must have screwed up
something because now when I run the report or query I get a
"undefined function 'format' in expression" error. The expresions in
the query are as follows.
Expr1: Format([Birth Date],"mmm")
Expr2: Format([Birth Date],"m/dd")
These expressions are then recalled in the report.
Any help woudl be appreciated
~Matt
and report that would ask for a month (the input would be in the three
letter form) and then would pull out all of the people from the data
base that had birthdates in that month.
I got it working fine. However recently I must have screwed up
something because now when I run the report or query I get a
"undefined function 'format' in expression" error. The expresions in
the query are as follows.
Expr1: Format([Birth Date],"mmm")
Expr2: Format([Birth Date],"m/dd")
These expressions are then recalled in the report.
Any help woudl be appreciated
~Matt