Search results

  1. MsAccessNL

    Convert PDF to Doc

    Sub PdfToText(sPdfName As String) 'Convert PDF to text mbv xpdfTool has a number of translate Options Dim sOption As String sOption = "-simple" '"-lineprinter" '"-layout" Shell "E:\Documenten\XpdfReader\xpdf-tools4.02\bin32\pdftotext.exe " & sOption & " " &...
  2. MsAccessNL

    How to contact the administrator

    Hello Jon, I have problems posting code. I get a warning about spam. The same happened to me at stack overflow. I have a feeling that is something to do with my language settings. almost everything i type at the moment gets a red underscore. I am from Holland, but most of my program settings...
  3. MsAccessNL

    Convert PDF to Doc

    I have problems posting code, i get a warning about spam..
  4. MsAccessNL

    jpeg to bit map

    Try Flle:Options:Current Databse:Application Options>picture Property Storage Format:reserve source image format now my 2010 db accepts other formats
  5. MsAccessNL

    Convert PDF to Doc

    I used a free tool called xpdfreader. I can give you a copy if you can't download it.
  6. MsAccessNL

    Introduction Daniel Sanders

    Hello guys, A short intro about myself. I am a freelance vba developper from Amsterdam the Netherlands. I love to solve problems and i love to learn new things. I hope to achieve both on this forum, where a lot of knowledge has been shared over the years. Thanks for letting me join. Daniel...
  7. MsAccessNL

    Introduction

    Sorry beginners error, i tried to delete this post,but didn't succeed...
  8. MsAccessNL

    Solved Updating an unbound field after updating a bound field

    If Provider IN(...) or check out the Choose(...) function
  9. MsAccessNL

    Vba Expert from the Netherlands

    Vba Expert from the Netherlands
  10. MsAccessNL

    Solved Connect Access with Woocommerce via REST API

    I have experience with Rest Api and Json parsing, but not specifically with Woocommerce.You have te be moore specific with your question.
Back
Top Bottom