Hai guys i am razak and am a beginer to vb
Thus i am creating a digital dairy for storing and daily activities of me and every one who want to..> and i am totaly confused with the input box because it is working and accessing the codes clearly but in another form in the same project it is not working with the same code.
using the access 2003 as a back end. just see my code
button_click()
dim s as string
"the code field is text"
s=inputbox("ent er your code","dairy.co m")
if s<> "" then
recordset.findf irst "code=" & s
form.show
else
msgbox "invalid code"
endif
end sub
Thus i am creating a digital dairy for storing and daily activities of me and every one who want to..> and i am totaly confused with the input box because it is working and accessing the codes clearly but in another form in the same project it is not working with the same code.
using the access 2003 as a back end. just see my code
button_click()
dim s as string
"the code field is text"
s=inputbox("ent er your code","dairy.co m")
if s<> "" then
recordset.findf irst "code=" & s
form.show
else
msgbox "invalid code"
endif
end sub
Comment