Recent content by oddstan

  1. O

    MS Access Can't Link to Encrypted Backend Database Tables

    Hello, does anyone know a solution? Thanks. I've got two DBs front-end and backend (access 2016), backend is encrypted. when i'm trying to open linked to front-end backend tables, I would get a message box stating "Not a valid password." I've tried couple solutions I've found on the internet...
  2. O

    Import info from Word 2013 form into Access 2013 via VBA

    Many thanks. Spent all morning trying to figure out how to add "attachment" part into code. You wouldn't attach data because of db size limit or possibility that db may corrupt?
  3. O

    Import info from Word 2013 form into Access 2013 via VBA

    Hello, I collect forms from employees in company, many of them. and to process them faster I ask to send me pdf signed and .docx to analize data. I would use email forms, but company uses Lotus and I need verification that forms are filled by certain employee (if i'm not mistaken Access don't...
  4. O

    Import info from Word 2013 form into Access 2013 via VBA

    Thanks. Yes. I've found many threads on different sites. But they are either for different programs (from Word to Excel; or import from Word simple table; or different versions of Access) or provide solution for part of what i'm looking for. Give me some time to work with sample you've provided.
  5. O

    Import info from Word 2013 form into Access 2013 via VBA

    I’m trying to make VBA script for Access 2013 which will help to process Word 2013 forms from folder, attach these files of Word 2013 form to relevant record entry and attach pdf file from same folder with the same name. Word form made with simple "text field" (i.e. not ActiveX text field)...
Top Bottom