Search results

  1. F

    Problem for update data.

    I have the following code under save button.It works well but the problem is that I can not update data.If I try to update data it shows duplicate data not allowed.What type of code need to update data of Form1.After the save button I also show my update code.-- Private Sub Save_Button() Dim...
  2. F

    Question How to disabled text-box after save data.

    I have some field in my details section,It works like a grid view,if I search data by query then It shows all of the related data from database,then I edit or save data one by one,but the problem is I want to disable text box after edit/save data.But if I write code like-- If Me.Text103 > ""...
Back
Top Bottom