Conversion from type 'Field' to type 'Long' is not valid.
I get that error when I try to :-
If CType(objRSList("pjtLeft"), Long) - lngPreviousRight = 1 Then ...
objRSList("pjtLeft") returns an integer infact. I have tried to use CLng() and Convert.ToInt32/64 and I even tried converting to a string first then to a long.
Please help and Thank you!! :)
Go to the complete details ...