Search results

  1. A

    VBA barcode code generator not working

    I am sorry to bother all of you with me, I tried it's the same not working. maybe something related to this line? Const White = 16777215: Const Black = 0
  2. A

    VBA barcode code generator not working

    I've just tried your db attachment at my office, unfortunately, when I make the report in the Print Preview mode it showed up the barcode but when I print it it's not working on Win 64 bit MS Access 2013.
  3. A

    VBA barcode code generator not working

    Thank you, it works at my home laptop with: Win10 32bit, Access 2013 But my concern is as I stated above, it doesn't work at my office with: Win10 64bit, Access 2013 Hopefully the Uncle Gizmo's suggestion will work tomorrow.
  4. A

    VBA barcode code generator not working

    Thanks for intuitive, if you follow the comment which is mentioned at the beginning of the code you might generate the barcode. Unfortunately, I left my office I will check your suggestion to add: tomorrow and let you know the result.
  5. A

    VBA barcode code generator not working

    Your suggestion can work normally, but in this case, I have to install the front to all users machines otherwise this code can generate the barcode without any burthen for new joiners. Thank you so much.
  6. A

    VBA barcode code generator not working

    I meant by "something else" that might be system accountability with this code because it's very old. Unfortunately, I left my office I will check Uncle Gizmo's suggestion tomorrow and let you know the result.
  7. A

    VBA barcode code generator not working

    I would be much appreciated to do so.
  8. A

    VBA barcode code generator not working

    Thanks for your response, I will try it at the office and I will let you know with the result.
  9. A

    VBA barcode code generator not working

    I compiled it there was no error there is something else.
  10. A

    VBA barcode code generator not working

    Hellow, thanks theDBguy for usual prompt responses, actually the VBA barcode generates the barcode independently it does require any font
  11. A

    VBA barcode code generator not working

    Hi all, I used to generate a barcode font in MS Access 2010 normally with no issues even with the same printer, but when our company changed my desktop PC and upgraded to Windows 10 and MS Access to 2013 it's no more working I do not know how to fix this issue. I tried the same application at...
  12. A

    Extract specific data from one text field

    Thank you so much. It works perfectly.
  13. A

    Extract specific data from one text field

    Thanks for your help,. Sorry of my limited language in VBA how can I use the booth solutions? In which event I have to call them? And how to call them? Thanks in advance.
  14. A

    Extract specific data from one text field

    Thanks for your earliest response, yes, I did but I got the above result in one field and the rest I couldn't you can refer to the below: I tried to extract from: <MiscellaneousTextData> the specific address but I couldn't I got only the <SmartcardData> data. Below is my VBA code: Private Sub...
  15. A

    Extract specific data from one text field

    I have got a text field called [Address] contains the whole address of the customer which has been extracted from an XML file with the below result: I would like to extract the value only of the address field and populate them to specific fields like: How can I create a query or VBA to...
  16. A

    Extract Smart card reader data to MS Access table

    Hi, Kindly read the above post #17 Please find attached, my sample data file and the XML file too. Your earliest response would be highly appreciated.
  17. A

    Extract Smart card reader data to MS Access table

    Hi Dears, I have tried The_Doc_Man link provided but all throughs an error I assume may it's not compatible with my Access 2013. Shall I upload my Access and XML temp files? I am struggling a lot. Dear theDBguy when you get time, don't forget me please. Thanks in advance. Need your help
  18. A

    Extract Smart card reader data to MS Access table

    Sure thank you so much.
  19. A

    Extract Smart card reader data to MS Access table

    Just to let you know dears, I searched the web everywhere still I couldn't get anything can help me to figure out reading specific data from an XML file.
  20. A

    Extract Smart card reader data to MS Access table

    I appreciate your distinguished interaction, I assure you that you will be able to achieve it. Is the link below can work with me? Microsoft Access – Using XML Files: Reading and Writing
Back
Top Bottom