R
Randy@Fluke
I have created a database project (Access 2003), created an installation
package with Access extension software and just distributed the first one on
a PC. Installation went fine and the database opens. However, anytime it runs
a routine that uses the "Str" function, an error message is displayed
"function isn't available" followed by the offending expression. For this
instance, the offending "Str" is in VBA code. I've also seen this same
problem when the "Str" function is used in query expression. I know it's the
"Str" because if I remove that function from the code, it runs fine. Of
course I can't do what I need to do without it, but the test proved "Str"
function was the offending function.
Why is this function not available in the Runtime version and works fine
when the code is run under the full version of Access on my development
machine. I tried the runtime switch on my development machine but the
shortcut properties always said the "/Runtime" after the "...msaccess.exe"
path was not valid. Anyone have any suggestions to a solution?
package with Access extension software and just distributed the first one on
a PC. Installation went fine and the database opens. However, anytime it runs
a routine that uses the "Str" function, an error message is displayed
"function isn't available" followed by the offending expression. For this
instance, the offending "Str" is in VBA code. I've also seen this same
problem when the "Str" function is used in query expression. I know it's the
"Str" because if I remove that function from the code, it runs fine. Of
course I can't do what I need to do without it, but the test proved "Str"
function was the offending function.
Why is this function not available in the Runtime version and works fine
when the code is run under the full version of Access on my development
machine. I tried the runtime switch on my development machine but the
shortcut properties always said the "/Runtime" after the "...msaccess.exe"
path was not valid. Anyone have any suggestions to a solution?