E
Ennex
A DB system developed in earlier versions of Access was most recently running
in Access 2000. After buying a new computer and upgrading to Office 2003,
most or all of my custom functions fail to compile. The symptoms are:
-- Form fields that call these functions show #Name? errors.
-- A form action that calls one of my functions fails with "There was
an error compiling this function. The Visual Basic module contains a syntax
error."
-- If I run a query that calls one of my functions, it fails with
"Complie error. in query expression '<FunctionName>()'."
In my attempts to isolate the problem, I ended up creating a new function
with the following code:
Function ttemp()
ttemp = 0
End Function
Then I created a new query with only the one field: "Expr1: ttemp()".
Running this yields: "Complie error. in query expression 'ttemp()'."
So it looks like I pretty much can't compile anything at all. Anyone know
what's going on? Thanks for any guidance you can offer.
Regards,
Marshall Burns
www.Ennex.com
in Access 2000. After buying a new computer and upgrading to Office 2003,
most or all of my custom functions fail to compile. The symptoms are:
-- Form fields that call these functions show #Name? errors.
-- A form action that calls one of my functions fails with "There was
an error compiling this function. The Visual Basic module contains a syntax
error."
-- If I run a query that calls one of my functions, it fails with
"Complie error. in query expression '<FunctionName>()'."
In my attempts to isolate the problem, I ended up creating a new function
with the following code:
Function ttemp()
ttemp = 0
End Function
Then I created a new query with only the one field: "Expr1: ttemp()".
Running this yields: "Complie error. in query expression 'ttemp()'."
So it looks like I pretty much can't compile anything at all. Anyone know
what's going on? Thanks for any guidance you can offer.
Regards,
Marshall Burns
www.Ennex.com