Search results

  1. theDBguy

    Solved Attache files from Subform in main form to Outlook

    Can you post a sample db with test data?
  2. theDBguy

    Solved Attache files from Subform in main form to Outlook

    What was the error message?
  3. theDBguy

    Jackdaw

    Hi. Welcome to AWF!
  4. theDBguy

    public declare of DB and Rst

    You might also want to read up on self-healing objects/properties. PS. I just noticed this thread is in the Word forum. Although the suggestions still apply, I just wanted to confirm. Are you using these variables in a Word document?
  5. theDBguy

    Trust Center and Auto Updating Front Ends

    Just FYI, for more context, I can't even reach this forum from work. Users are really restricted on what they can do. Since the users are aware that the app came from me and they need it to do their jobs, they don't have any concerns with clicking the Open button (I guess they're used to it now).
  6. theDBguy

    Solved Design View multiple control selection

    More info on channels here. https://learn.microsoft.com/en-us/microsoft-365-apps/updates/overview-update-channels
  7. theDBguy

    Solved Design View multiple control selection

    And I believe the Current Channel gets the latest updates as soon as it's available, so you also get the latest bugs.
  8. theDBguy

    Trust Center and Auto Updating Front Ends

    For my situation, yes, that is the best workaround. You see, that prompt forces the user to act, and that action enables the code without having to deal with trusted locations. If you can do trusted locations, that's the best approach. But when you can't, this is the simplest solution, in my...
  9. theDBguy

    Solved Design View multiple control selection

    Thanks. I was hoping to see something more like this. Can you try that?
  10. theDBguy

    Trust Center and Auto Updating Front Ends

    LOL. Sort of. ACCDR asks the user to enable content without them knowing that they are doing it (kind of).
  11. theDBguy

    Solved Design View multiple control selection

    Can you post a screenshot of your version info?
  12. theDBguy

    Solved Design View multiple control selection

    Which version are you on (what channel)? Was there an update installed in the last week or so?
  13. theDBguy

    Trust Center and Auto Updating Front Ends

    The way I handle this situation is to rename the FE to accdr, and I don't run into this problem too often.
  14. theDBguy

    Solved Tempvars not working in function?

    Sorry, just woke up. I think the Tempvars("varnane") is a VBA syntax, while the Tempvars!varnane is a query (expression service) syntax.
  15. theDBguy

    Button Bugs

    I believe it's Office. https://www.devhut.net/no-labels-rendering-displaying-on-microsoft-access-command-buttons/
  16. theDBguy

    Button Bugs

    Yes, there's a bug in the latest updates and the only solution for now is to roll them back.
  17. theDBguy

    download invoice documents from Amazon - possible?

    I would appreciate it if you could let us know what happens, so I can update the article. Cheers!
  18. theDBguy

    download invoice documents from Amazon - possible?

    It's been a while but I thought I tested this function with PDFs and it worked. https://thedbguy.blogspot.com/2021/03/download-file-from-internet.html?m=1
  19. theDBguy

    A general question

    Here's another possible option. I didn't check the pricing on this one either. https://quickbooks.intuit.com/learn-support/en-us/help-article/import-export-data-files/install-set-quickbooks-enterprise-odbc-driver/L1Am8lpxa_US_en_US
  20. theDBguy

    A general question

    I think this is possible by using third-party ODBC drivers like this one. https://www.cdata.com/drivers/quickbooks/odbc/
Back
Top Bottom