rs3.Move (Index)
rs3!a_Votes = Val(Text2(Index ).Text) + 1
rs3.Update
here index is working... dont bother about that...
but this is not working.. can any one edit this code????
it is giving "either bof or eof is true"
help me...
rs3!a_Votes = Val(Text2(Index ).Text) + 1
rs3.Update
here index is working... dont bother about that...
but this is not working.. can any one edit this code????
it is giving "either bof or eof is true"
help me...
Comment