M
Marlene
I have a table with a text field named Board 2005. It has data like "2005
treasurer" and "2005 librarian". I won't go into why the year has to be
inside the field and not a separate field, but that's the way it has to be.
In a query, I want to create a calculated field that will pull all data from
the above field except for the first five characters. The simplest way seemed
to be:
current_board_no_year: Right([board 2005],Len([board 2005]-5))
My formula is accepted in the sense that I am able to leave the cell without
generating an error, but when I try to run the query, I get the following
message:
Undefined function 'right'in expression.
I've looked & looked but don't understand what's wrong.
Advice, anyone?
treasurer" and "2005 librarian". I won't go into why the year has to be
inside the field and not a separate field, but that's the way it has to be.
In a query, I want to create a calculated field that will pull all data from
the above field except for the first five characters. The simplest way seemed
to be:
current_board_no_year: Right([board 2005],Len([board 2005]-5))
My formula is accepted in the sense that I am able to leave the cell without
generating an error, but when I try to run the query, I get the following
message:
Undefined function 'right'in expression.
I've looked & looked but don't understand what's wrong.
Advice, anyone?