Hi, Good Morning I am now working with my system entitled Scholars Electonic of Information and Evaluation System,but I am now encountering a problem in editing user accounts which when I edit the limited accounts,the information about the admin is the one that edited...Heres the codes that i used...hope anyone will help me ragarding this problem..
adouser.Recordset.Fields("Username") = Text1.Text
adouser.Recordset.Fields("Password") = Text2.Text
adouser.Recordset.Fields("Retype") = Text3.Text
adouser.Recordset.Fields("Last name") = Text4.Text
adouser.Recordset.Fields("First name") = Text5.Text
adouser.Recordset.Fields("Middle name") = Text6.Text
adouser.Recordset.Fields("Address") = Text7.Text
adouser.Recordset.Fields("Contact number") = Text8.Text
adouser.Recordset.Fields("Position") = Text9.Text
adouser.Recordset.Update
thank you and May Gob Bless You..