hello..please help me
i need to edit data using form(user fill in details)..but after editing the record in database.nothing changes happen otherwise it create new row of date databook.Recordset.Edit
databook.Recordset("name") = txtname.Text
databook.Recordset("ic_num") = txtIc.Text
databook.Recordset("room_type") = cboroom.Text
databook.Recordset("check_in") = cbocheckin.Text
databook.Recordset("check_out") = cbocheckout.Text
databook.Recordset("Month") = cbomonth.Text
databook.Recordset("Year") = cboyear.Text
databook.Recordset.Update
databook.refresh