AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
im using that code: Private Sub cmdsignin_Click() Dim User As String User = Txtuser.Text DE1.rsReg.Find "mname='" & User & "'" If DE1.rsReg.EOF Then MsgBox "user not found" End If End Sub im tryin to search for a name in data enviroment (access.mdb), the prog always gives me user not found ny ideas? [Edited by s1m0n on 10-10-2006 at 08:55 PM GMT]
please complete your statements... ex. how was the "DE1.rsReg" initialized? ____________________________ Error 404 ...File not found...!!!!
tanks m8 i found the solution, but nyway the de1.rsreg = Dataenviroment.recordsetreg.