hi
i wanna get the last record.
i tried to code:
rs.MoveLast
pid=rs("productID")
get a error...:can't support to get the record from last(sth like that)
any method to solve?
and
2.33333333....=7/3
i dont want to get 2.333333...
i wanna get 3.
i just coded:
a=CInt(ttlCount/3)
b= ttlCount mod 3
c=a+b
~.~;
thanks
i wanna get the last record.
i tried to code:
rs.MoveLast
pid=rs("productID")
get a error...:can't support to get the record from last(sth like that)
any method to solve?
and
2.33333333....=7/3
i dont want to get 2.333333...
i wanna get 3.
i just coded:
a=CInt(ttlCount/3)
b= ttlCount mod 3
c=a+b
~.~;
thanks