Search results

  1. V

    Dao

    Hi all Can any one check if this code correct please? Thank you Private Sub CmdAdd_Click() Dim db As DAO.Database Dim rst As DAO.Recordset Set db = CurrentDb Set rst = db.OpenRecordset("table1", dbOpenDynaset) If IsNull(ComboName) Then 'MsgBox "Please Select comboname", vbOKOnly + 64...
  2. V

    mouse wheel

    Hi all What is the simple code to stop mouse wheel to scroll records on the form? Any help will be appreciated Thank you vbnt
  3. V

    Is there any code for column widthes size ?

    Hi How I can make the column widths for list box or for sub form automatic (auto size)? Any help will be appreciated vbnt
  4. V

    How can I use one command button only?

    Hi all Can any one correct my attached program to make it works with one command button only please? Using two buttons make conflict. Any help will be highly appreciated. Thank you vbnt
  5. V

    Fields Require

    Attached program needs little code correction; but, I do not know how, Any help will be highly appreciated The code attached works fine with fields Dentist , patient number and name, but when I try to apply the same code at fields productID and Quantity does not work because these fields...
Back
Top Bottom