Hai guys ! i am razak want to debugging my bug.
i want to search a recordset field continueously when matching it to a value of a
dtpicker.value. i am also used this code for it but it is failed .
my code is
any one can help me?
Thanx in advance..
i want to search a recordset field continueously when matching it to a value of a
dtpicker.value. i am also used this code for it but it is failed .
my code is
Code:
do while no rs.eof() rs.findfirst "date=" & dtpicker.value if rs.nomatch=false then pad.text=rs.fields(2) else msgbox "invalid date" loop endif
Thanx in advance..
Comment