Search results

  1. Minty

    Create your own music hits with AI - amazing!

    I'm sure you'd feel the just as magnanimous if it was your material being plagiarised, whether it took you 2 minutes or several years ? No point in having any new ideas or thoughts at all on that basis.
  2. Minty

    Automatically Refresh a form when table data changes externally, table macro perhaps?

    If the table where these inserts are occurring has a Autonumber ID, you could simply record the Max ID at time x (load open, no idea which event is suitable) and compare it to the current MaxID via a timer event on the form. If it's greater than the last time you checked then you now know the...
  3. Minty

    Printer and performance.

    You need to know the specific name of the printer the labelling reports are set up to print to . Once you have connected the printers in windows, you need to rename them on the new machine to match the expected name saved with the report. The original machine that this all worked on should...
  4. Minty

    CIA

  5. 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...
  6. 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....)
  7. 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
  8. 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.
  9. 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?
  10. 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.
  11. 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.
  12. 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.
  13. 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.
  14. 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...
  15. 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...
  16. Minty

    GENERATION OF PAYSLIPS AND EMAILING THE SAME TO EMPLOYEES

    Crossposted here: https://www.accessforums.net/showthread.php?t=90577
  17. 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.
  18. Minty

    Thunderbirds Are Go

    Are not Chips.... :p Chips: Frensh Fries: Crisps:
  19. 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...
  20. 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.... :)
Back
Top Bottom