Search results

  1. V

    Dao

    Thanks alot again
  2. V

    Dao

    Thanks for reply RuralGuy How I do that plz? How about the code I posted, is the method correct from A to Z? Thank you
  3. 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...
  4. V

    mouse wheel

    Many thanks for your reply Mile-O and NigelShaw. I will try and see Have a nice day vbnt
  5. 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
  6. V

    Is there any code for column widthes size ?

    Thanks Well, that's ok. Many thanks gemma for reply. vbnt
  7. 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
  8. V

    Search button for specific field

    How I can search by text box or by combo box or by both of them at the same time? Can any one attach a little example please? Many thanks in advance vbnt
  9. V

    How can I use one command button only?

    Follow up 1- Just try to delete all records in the maindata table. Then open newcase form , you will see this error. The command or action recordsgotonew’ isn’t available now. 2. when I fill all text boxes and go to subform to fill I go error . Index or primary key cannot contain a Null value...
  10. V

    How can I use one command button only?

    Follow up It is a great idea, but not working well, Just try it with out any record in the maindata table. Anyhow, thanks a lot for your efforts Regards, vbnt
  11. V

    How can I use one command button only?

    still I am follow up, I hope some one can help me soon. Any help will be highly appreciated. Thank you
  12. V

    How can I use one command button only?

    I hope so, anyhow , have a nice sleep. Thank you
  13. V

    How can I use one command button only?

    Follow up You are right boblarson. But I created this code to generate number like auto number to make track my work the way I need. Using auto number makes a lot of problem , specially when I open the form to add new case, when I changed my mind and I close the form and reopen it again will...
  14. 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
  15. V

    Fields Require

    Hi CraigDolphin This is the right answer I am looking for , it is really great. That makes me so happy. Thank you so much, I really do appreciated. Have a nice weekend vbnt
  16. V

    Fields Require

    Follow up my Q ? Urgently, I need help and support to make that code works , anyone can help please ? I am sure it is not difficult for expert people Many thanks in advance Vbnt
  17. V

    Fields Require

    Any help please ?
  18. V

    Fields Require

    Any help please ?
  19. V

    Fields Require

    Thanks a lot for reply ColinEssex I did , but the problem still exist , code does not work right, you may need to down load the file and see. Honestly, I need that help at ASAP, if you do not mind please?
  20. 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