Search results

  1. theDBguy

    Solved Design View multiple control selection

    Can you post a screenshot of your version info?
  2. 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?
  3. 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.
  4. 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.
  5. theDBguy

    Button Bugs

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

    Button Bugs

    Yes, there's a bug in the latest updates and the only solution for now is to roll them back.
  7. 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!
  8. 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
  9. 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
  10. 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/
  11. theDBguy

    Modeling Account types and number of tables needed

    Good question. I am not very familiar with the differences in attributes between the two accounts; but if they have any common traits, I might suggest storing those in one table and just split the rest in separate tables. Unless, if the number of different attributes is not a lot, you might also...
  12. theDBguy

    A general question

    Maybe you could start out by looking at templates. Hopefully, there's something close to what you want, and you can just tweak it.
  13. theDBguy

    A general question

    Hi. I moved your thread out of the Introduction Forum. But to answer your question, I don't see why not. Why do you ask? What are you using now?
  14. theDBguy

    New member

    Hi. Welcome to AWF!
  15. theDBguy

    I need the minimum value among 5 different fields in one record

    You'll need a custom function for that, but it might be easier to handle if you have a normalized table structure.
  16. theDBguy

    50/50 Chance of Working

    You could also add a check for ControlType in your code.
  17. theDBguy

    Some Idea using tables in sharepoint

    Maybe look into using Power Flow or take a look at this article. https://thedbguy.blogspot.com/2021/03/download-file-from-internet.html?m=1
  18. theDBguy

    New Member

    Hi. Welcome to AWF!
  19. theDBguy

    Solved Anyone experienced this before?

    The original file I downloaded earlier didn't appear to have unique values. This becomes more apparent by adding an ORDER BY clause in the Row Source of the combo.
  20. theDBguy

    Solved Anyone experienced this before?

    Hi @Gasman Is the problem happening all the time or only on certain zip codes? The first thing I noticed on the original db file was that there are 1447 records in tbl_Zip and there are 1465 records in tbl_ZpCityState, which means there are 16 duplicate zip code values in the combobox. Since...
Back
Top Bottom