transparent
Programmer
if arr_department_id(i) = obj_RSet("department_id"
then ....
however it doesn't seem to detect when the values do match.
I thought this might be due to the fact that the value in the array may be considered a string but
cint(arr_department_id(i)) doesn't seem to work (i get an error)
I've also tried trimming both values - this didn't help either.
Does naybody have a solution to this problem??
however it doesn't seem to detect when the values do match.
I thought this might be due to the fact that the value in the array may be considered a string but
cint(arr_department_id(i)) doesn't seem to work (i get an error)
I've also tried trimming both values - this didn't help either.
Does naybody have a solution to this problem??