Recent content by KACJR

  1. K

    Access Runtime for Microsoft 365

    For testing purposes, I created C:\AccessDatabases, copied the front-ends to this folder. Unblocked the FEs, then made shortcuts of all of the FEs to my Desktop. One thing I noticed immediately is the FEs are launching quicker and processing quicker.
  2. K

    Access Runtime for Microsoft 365

    So I should put the FE in a non-QneDrive folder and put a shortcut on the Desktop.
  3. K

    Access Runtime for Microsoft 365

    Azure SQL
  4. K

    Access Runtime for Microsoft 365

    And does this work if the FE location is on my OneDrive?
  5. K

    Access Runtime for Microsoft 365

    What is the Date value?
  6. K

    Access Runtime for Microsoft 365

    Greetings, my friends... Most staff at our remote sites have Microsoft 365 Business Basic licenses (because they're free for non-profits). As you know, this means that users have access to the web-based Office apps only. We updated our Access Runtime 2016 to Access Runtime for Microsoft365 in...
  7. K

    "DROP TABLE table" works once then fails later on.

    The Boolians are flags that identify which programs an individual is a member of. They are here for reporting purposes only.
  8. K

    "DROP TABLE table" works once then fails later on.

    I tried just as you suggested and wound up getting the same error.
  9. K

    "DROP TABLE table" works once then fails later on.

    I come again to the well of knowledge... Access 2016, Azure SQL instance. My application maintains a local table of "AllClients" which is a subset of my AllPeople table. At app startup, the sub that drops AllClients then creates a new AllClients table works fine. Then, later on, the same sub...
  10. K

    Behavior of Access VBA with Azure SQL

    After reading the posts here as well as in other forums it seems that Stored Procedures is the way to go. Our database consultant also agrees that Stored Procedures will resolve most performance issues. So that's the direction I'm gonig to take.
  11. K

    Behavior of Access VBA with Azure SQL

    Yes, every table has a PK and each record timestamp.
  12. K

    Behavior of Access VBA with Azure SQL

    Looks like I may have to bone up on stored procedures, then.
  13. K

    Behavior of Access VBA with Azure SQL

    Understood, pulling this together now. Also, understand that this code works sometimes and sometimes not.
  14. K

    Behavior of Access VBA with Azure SQL

    Yes. Data is massaged. Several queries do inner joins to pull in data from multiple tables.
  15. K

    Behavior of Access VBA with Azure SQL

    I come again to the Well of Knowledge... Just a question, actually. Since moving our SQL backup from an on-prem SQL Server to Azure SQL, the performance of our Access front-ends has slowed dramatically. We were warned and expected this to be an issue. However, I was not expecting VBA...
Back
Top Bottom