01.03.2017 Views

new

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ElseIf Check2.Value = 1 Then<br />

s = "No"<br />

End If<br />

rs.Fields("Furnished") = s<br />

If Check3.Value = 1 Then<br />

r = "3BHK"<br />

ElseIf Check4.Value = 1 Then<br />

r = "2BHK"<br />

End If<br />

rs.Fields("Rooms") = r<br />

rs.Fields("Amount") = Text3.Text<br />

rs.Fields("Status") = "Not booked"<br />

rs.Update<br />

MsgBox ("saved")<br />

clear<br />

End Sub<br />

Public Function clear()<br />

Text1.Text = ""<br />

Text2.Text = ""<br />

Text3.Text = ""<br />

End Function<br />

8.FLAT UPDATE DETAILS<br />

Private Sub Combo1_Click()<br />

Call CONNECT

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!