N
nicole t via AccessMonster.com
I am writing a script that updates data from one database table to another
database table, and in my sql statement, I compare the first names and the
last names. At first I was getting an error because there were apostrophes
in some of the names, now I have a function that substitutes unfriendly
apostrophes(') with friendly apostrophes(`) in sql statements. I have the
function in my code and am calling it in my sql statement, and I am getting
another error message:
"Microsoft JET Database Engine error '80040e14'
Undefined function 'sqlclean' in expression."
Can anyone help me?! I have been struggling with this for a couple of days.
Thanks in advance,
nicole
database table, and in my sql statement, I compare the first names and the
last names. At first I was getting an error because there were apostrophes
in some of the names, now I have a function that substitutes unfriendly
apostrophes(') with friendly apostrophes(`) in sql statements. I have the
function in my code and am calling it in my sql statement, and I am getting
another error message:
"Microsoft JET Database Engine error '80040e14'
Undefined function 'sqlclean' in expression."
Can anyone help me?! I have been struggling with this for a couple of days.
Thanks in advance,
nicole