S
sacklin
I get the Runtime 13 error on this line of code:
========================================
holdstring = "[Course] = ' " & holdCourse & " ' " And "[ssbsect_term_code] =
' " & holdTerm & " ' "
========================================
Course is text field
ssbsect_term_code text field
both are in a linked Oracle table
I do get the same error if I move everything to a local access table.
holds are variables in my code
=========================
If I do just one check, ie:
holdstring = "[Course] = ' " & holdCourse & " ' "
then all is ok ... it only generates the runtime error when I do the
compound [AND] condition. I've looked at it for so long I am probably
missing a ' or something.
any thoughts/direction/ideas would be greatly appreciated
Suzanne
Collin College
Frisco TX
========================================
holdstring = "[Course] = ' " & holdCourse & " ' " And "[ssbsect_term_code] =
' " & holdTerm & " ' "
========================================
Course is text field
ssbsect_term_code text field
both are in a linked Oracle table
I do get the same error if I move everything to a local access table.
holds are variables in my code
=========================
If I do just one check, ie:
holdstring = "[Course] = ' " & holdCourse & " ' "
then all is ok ... it only generates the runtime error when I do the
compound [AND] condition. I've looked at it for so long I am probably
missing a ' or something.
any thoughts/direction/ideas would be greatly appreciated
Suzanne
Collin College
Frisco TX