
User defined function not recognized
Hope someone can help me with this. I have defined a
public function that receives a date and returns a fiscal
year string. When I put it in a select statement and try
to run the code, I receive a function not defined error
message. I tried using this function in a query and it
worked fine. The statement goes something like this....
strsql = " select fiscal_year(billed_date),......."
billed_date is a valid field from the table that I'm
selecting from.
Thanks for any help.