I want to update status and confirmstudentID to the room table at the same time, can I do in single sql code or should I split it out? How?
sql = "update room set status = '" & status & "' and set confirmstudentid= " & Form1.stuID & "where id=" & lblroomID.Text & ";"