Search results

  1. A

    Extract Smart card reader data to MS Access table

    Hello, thanks theDBguy. I am still searching and I am totally lost, yes as you said I tried to use the Access wizard and I got the same result. 1. [Photo] and [signature] data, I don't want this both. 2. [MiscellaneousBinaryData] table created while importing NO NEED too. 3...
  2. A

    Extract Smart card reader data to MS Access table

    Thanks for response I am still searching.
  3. A

    Extract Smart card reader data to MS Access table

    Hello, sorry I was sleeping. Yes, I tried but I got a fiew data of the first xml attributes without the rest, not as expected. As I see it needs an expert like you, I don't think I can do it. By the way I tried to import it to an Excel file I got the whole data but not as columns it became as...
  4. A

    Extract Smart card reader data to MS Access table

    Thanks for your prompt response. I missed you theDBguy, you are always on time, extremely appreciated that. I would like to automatically get this data like by pressing a button through a data entry customer"s form to insert the xml attribute values to my form fields, in another word the Open...
  5. A

    Extract Smart card reader data to MS Access table

    Hi All, I have got an MS Access database works in a multi-user environment, I would like to extract data from the Smart card reader device and then insert it to my [Customers] table. The card reader provides an XML file called: eRevealerGcc when you insert the card into it located in the %temp%...
  6. A

    Interactive QR Code in MS Word 2013 template

    Hi All, I have a MS Word fillable form template that has many fields I wold like to have an interactive QR Code to incode three fields [Account Number], [Form Name] and [Date] that once the user fill out the form the QR will capture the data entered and generated like pdf forms. I have...
  7. A

    View pdf in Microsoft Access 2013 From

    Thanks all of you, This is to confirm that the issue has been solved, I checked the db in my office it works perfectly after I downloaded the latest version of Adobe Reader DC ( because my previous version dose not containe "enable PDF thumbnail previews" selection) then I followed the below...
  8. A

    View pdf in Microsoft Access 2013 From

    Wow thanks the DBguy that's exactly what I want. :) Sorry to bother you with me. I will check the Preferences in Adobe Reader tomorrow and I will let you know all. Thank you so much.
  9. A

    View pdf in Microsoft Access 2013 From

    Thanks Micron for your reply, I am new in MS Access, I hope one day to return your support. Thanks a lot.
  10. A

    View pdf in Microsoft Access 2013 From

    Thank you for your post, I am so sorry to bother you with me. Actually the main issue as I posted in my previous post is that how can I view pdf file inside the form? And I asked too if it is possible to edit the pdf file at that view then you answered that it's not possible, from this point I...
  11. A

    How are you theDBguy I am struggling with this issue if you could follow the link...

    How are you theDBguy I am struggling with this issue if you could follow the link: https://www.access-programmers.co.uk/forums/threads/view-pdf-in-microsoft-access-2013-from.309139/ Thank you so much in advance!
  12. A

    View pdf in Microsoft Access 2013 From

    Dear Micron, It was in another Forum: Microsoft Access Discussion > Froms. As the vba_php suggested to communicating with theDBguy to solve my issue, did I did something wrong here I am still learning please consider my limited knowledge. I am so sorry about that if you could lead me to...
  13. A

    View pdf in Microsoft Access 2013 From

    Hi All, I would like to view pdf files in the Form window not outside the form it's viewed only jpg files.`` I tried arnelgp sample in the below link but it's same not working in my MS Access 2013 version...
  14. A

    View pdf files within the form in MS Access 2013 Not working with Adobe Reader

    Thanks a lot for your help, I am waiting for any other solution. you are always on time. Thanks again!
  15. A

    View pdf files within the form in MS Access 2013 Not working with Adobe Reader

    Dear vba_php and Micron, I change the code as both of you suggested,unfortunately, it still the same not showing the file within the form as below: Private Sub btnBrowse_Click() Dim file As FileDialog Set file = Application.FileDialog(msoFileDialogFilePicker) file.AllowMultiSelect = False...
  16. A

    View pdf files within the form in MS Access 2013 Not working with Adobe Reader

    Thank you so much for your replay, you helped me a lot for my previous application, I would strongly continue helping people like me for their technical issues. Actually my problem is that the code works fine displaying the pdf, Word and jpg files within the browser control as expected in MS...
  17. A

    View pdf files within the form in MS Access 2013 Not working with Adobe Reader

    Thanks for your prompt response. It's a Web Browser Control window within the form I set it control Source as [txtFileLocation]. I can easily view any image but I can view pdf or word document it's open in it's own software. I would prefer to allow me editing the document within the form if...
Back
Top Bottom