Search results

  1. Minty

    CIA

    You might want to read this. https://www.bbc.co.uk/news/articles/c36e41dx425o I'll say this - Trump administration is much better at the PR and optics of deporting people than the Biden administration was. In the story last week about the Columbians refusal to accept a military plane with...
  2. Minty

    After update event triggered by changing tab

    If it needs sending when the form closes, why not use the forms close or unload event? (I may be missing something....)
  3. Minty

    Improve FE - BE performaces on LAN

    @nector Have a read of this for a balanced comparison, rather than an badly formed opinion. https://blog.devart.com/mysql-vs-sql-server.html
  4. Minty

    Improve FE - BE performaces on LAN

    It's not MySQL being a god send, it's the way it was connected, and being used. After a ton of rewrites the MySQL was better than the initial attempt to use SQL Server.
  5. Minty

    Solved How to remove this error "the execution this software stopped due to run time" error in MS Access VBA

    I think that's untrue. If it's coded correctly I'm pretty certain I have distributed Runtime applications that use CDO successfully?
  6. Minty

    Improve FE - BE performaces on LAN

    That will be why no one uses SQL server then. What a stupid generalised statement. I'd like it backed up with some actual evidence. Preferably using the same hardware and similarly enabled software package.
  7. Minty

    Improve FE - BE performaces on LAN

    Open Access on a end user machine. Goto file¬Options There is a a section called Trust Center. Click on the Trust Center Settings... option Within that is Trusted Locations: Make sure you tick the Allow trusted locations on my network box, and add the path of the BE file.
  8. Minty

    Improve FE - BE performaces on LAN

    Is the backend file in a trusted location for all the clients? I've seen that cause poor performance. Are you on a gigabit network? 100Mb will be surprisingly slower.
  9. Minty

    Splitting my Database

    As CJ pointed out, You can store the backend in Azure SQL which is Microsoft's cloud SQL Server database. If it's small system and well designed, it will probably transfer relatively painlessly.
  10. Minty

    SQL Hangs

    A database file 1.6Gb in size will start to behave badly once you start running queries on the largest tables, as it will be attempting to create temporary objects during that query process that will make it approach the 2Gb file size limit. You used a group by in your delete query, that won't...
  11. Minty

    Trump decrees "There are only two Genders"

    I think the challenge is the use of the words curable and disease. It's all perspective and subjective. I also think you are conflating the ability and necessity to reproduce, against someone's (somethings) innate behaviour. One does not exclude the other, and never has done. Remember that...
  12. Minty

    GENERATION OF PAYSLIPS AND EMAILING THE SAME TO EMPLOYEES

    Crossposted here: https://www.accessforums.net/showthread.php?t=90577
  13. Minty

    Trump decrees "There are only two Genders"

    You appear to be describing Homosexuality as a curable disease, which by all measures I have been made aware if it is not. That leads to a very dark place. Edit: The doc man beat me to it.
  14. Minty

    Thunderbirds Are Go

    Are not Chips.... :p Chips: Frensh Fries: Crisps:
  15. Minty

    Trump decrees "There are only two Genders"

    From all the reading I have ever encountered, Homosexuality has been around for longer than the current version of Homo-sapiens. I also understand it's not restricted just to Humans, but is more obvious with our species especially when "on display". I would counter that it's not an abnormal...
  16. Minty

    alternative to snipping tool?

    The latest version of the snipping tool has boxes and circles: I can't take a screen shot of the controls 'cause catch 22.... :)
  17. Minty

    Emmanuel Katto : Best Way to Format Ascending Lot Numbers Based on Ingredient and Date

    Nope, and the coffee has gone cold now!
  18. Minty

    What does SKOL mean?

    Close - Skrol https://www.skrol29.com/us/vtools.php
  19. Minty

    Access performance issues when more than one users log in simultaneously.

    I would say this will almost certainly cause issues, as it will be trying to sync the local access file to the cloud. Move the FE to a dedicated C:\ folder that isn't covered with the company policy of helpfully keeping everything copied to the cloud. I know I have had to do this in a couple...
  20. Minty

    Darshan Hiranandani : How to Open Outlook in HTML Format Using DoCmd.SendObject in Access

    This is the second or third time you have asked this: https://www.access-programmers.co.uk/forums/threads/darshan-hiranandani-how-to-open-outlook-in-html-format-instead-of-plain-text-via-vba-in-access.332869/#post-1944205 This thread answers you question...
Back
Top Bottom