Recent content by 98jbsz

  1. 9

    Barcode

    Update: i used vba to Finnish my database. here is the code i used Private Sub Command49_Click() If Not IsNull(Forms!Main!UPC) Then: Exit Sub If IsNull(Forms!Main!Code) Then: Exit Sub Dim objExcel As Object Dim objWorkBook As Object Dim objExcelSheet As Object...
  2. 9

    Using a Toggle Button to turn a filter on and off

    I made a toggle button as this post and it works well, the only issue i have is that i have a combo search box, and i want it should only show the records that are filtered and not the whole list. how can i do it?
  3. 9

    Barcode

    Thanks, this an amazing job. it will help me out a lot.
  4. 9

    Barcode

    Thank you very much, really a big help.
  5. 9

    Barcode

    I found a Excel that do this job, is there a way to convert it automatically, when the user enters a upc, it should calculate with the Excel? Sent from my SM-G930P using Tapatalk
  6. 9

    Barcode

    Yes i know there is a lot of stuff and wizard for 100$, I am looking, if someone has a free script, to convert while printing Sent from my SM-G930P using Tapatalk
  7. 9

    Barcode

    hi i am looking to generate a barcode with the UPC A font, but it dont work some websites say that it need to be converted like this, it form a number for example 10290038475 to V(b02900*NSORPl(V. how can i do it?
  8. 9

    Remove MS Access startup screen

    Hi i am newbie here:) try to press shift while opening the file
Top Bottom