Search results

  1. K

    Should I Learn MS Access in the AI Era?

    Ok, If you mean that, I'm aware of it. But it's really not as correct as most people think. It's just like "approximately". Ancient Korea had a unique way of measuring time, influenced by both Chinese systems and local adaptations. The day was divided into 12 hours. Each time period was named...
  2. K

    Should I Learn MS Access in the AI Era?

    I have heard this joke before. And always have wished if I could ask someone. But never had a chance. Not that I want to destroy the humor you showed and made us smile, but since it's a question I've always had, I think I will ask it here. What does Breaks mean in English? It means it stops...
  3. K

    Should I Learn MS Access in the AI Era?

    I will do a research. But as far as I know, it's a calendar (measuring days) not a clock (measuring time). I may be wrong though. We learned about it in school and it's long time ago. Thanks for reminding. I'll check it out.
  4. K

    Should I Learn MS Access in the AI Era?

    For you maybe. but not for someone who has born in a digital world. What does it mean "a picture of reality" or "just numbers"? Time is a number. How long has been passed since 0:00. I didn't talk about your town. I don't know where you live. I talked about what's started to happen world wide...
  5. K

    Copy textbox text to clipboard

    Now that we are on a collection of clipboards, here's my version (without the need of any reference). You can read/write to clipboard. Function Clipboard(Optional StoreText As String) As String Dim txt As Variant ' Store as variant for 64-bit VBA support txt = StoreText...
  6. K

    Ghost table in MSysObjects

    Done. and thanks for the correction on -32768. Reading your article now.
  7. K

    Elon Musk - Tesla - FSD

    Alfa Romeo’s Take on Self-Driving Cars Alfa Romeo released this commercial in 2021 as part of their marketing strategy to highlight the brand’s focus on driving pleasure over excessive tech. By showing a man frustrated with an AI-powered car, the ad cleverly taps into the growing consumer...
  8. K

    Ghost table in MSysObjects

    Yes I can tick it. It's unticked because while I tried to take the screenshot, I clicked it to highlight it and it got unchecked. If I tick the checkbox, the db compiles and I have no problem. Should I re-register ADO15.DLL? My research shows that -32768 means orphaned table. That's OK for me...
  9. K

    Ghost table in MSysObjects

    I should have explained better. The above is occured in bellow section: If DCount("[Name]", "MSysObjects", "[Name] = '" & tbl & "'") = 1 Then db.TableDefs(tbl).Connect = stConnect db.TableDefs(tbl).RefreshLink Else AddLinkedTable tbl, stConnect End If
  10. K

    Ghost table in MSysObjects

    Sorry for the length of the question: I have a script that refreshes (or adds links to) all tables (156) in a SQL server database. Recently this script throws an error on tblSupplier_Type. If the script try to refresh this table, I receive an error saying tblSupplier_Type doesn't exist. If the...
  11. K

    I'm in Love with ChatGPT

    People are against AI, just because they can't accept the changes. Those who know what's going on, know for sure how tomorrow will be...
  12. K

    Search for possible declarations

    I can't find WithEvents in your list. Private WithEvents m_Textbox As Access.TextBox Private WithEvents oForm As Form Private WithEvents oReport As Report
  13. K

    Should I Learn MS Access in the AI Era?

    There was a time when man kind needed to read the stars to be able to go from point A to point B. Later they have to be able to read maps. Today nobody learns any of that. Because we have GPS. Most young generation is not able to read an analog watch, because every recent watch is digital. They...
  14. K

    Solved windows 11, unable to delte folder

    There are numurous reasons that a file/folder may be in use or locked or not having necessary permissions that prevents it being deleted/renamed. There are a lot of apps out there to delete files/folders within these types of problems. some of them open source. These apps are able to create a...
  15. K

    Great quote from CS Lewis

    There Are 10 Types of People In This World. Those Who Understand Binary and Those Who Don't.
  16. K

    Uber With Guns

    I don't know what that business is. I'm not a specialist, but as far as I know, moving cash is done via bank deposit, unless it's the under table money. Whch ends up to the type of customers I had imagined.
  17. K

    Emmanuel Katto : How to Customize MS Access to Look Like a Standalone Application

    For those who have missed @accessmoraes 's previous post and sample files: https://www.access-programmers.co.uk/forums/threads/modernizing-the-microsoft-access-interface.331322/post-1924215
  18. K

    Uber With Guns

    I wonder what type of people need them. Wealthy and famous people have their own. Who may need a body gaurd to go from A to B?
  19. K

    Uber With Guns

    I wonder if they run a background on members and how serious that may be. I can see some drug dealers may use them, ride around the city, collecting money from their distributers. Safe and with professsional body guards who are ready to die instead of them.
  20. K

    Uber With Guns

    I don't know it should go to politic, to watercooler or Other Software section. I only know for those of us outside the US border, it's a strange news. Protector, an app that debuted today in the Apple App Store, bills itself as allowing users to hire on-demand personal armed security along...
Back
Top Bottom