Search results

  1. K

    Solved How to reinitialize a form with a fresh data-entry view?

    Thanks Doc. Just tested and it works.
  2. K

    Solved How to reinitialize a form with a fresh data-entry view?

    Just a further test shows the following will do the same. There was no need to Where clause. I wonder why I didn't think of it at all. Me.RecordSource = "SELECT * FROM myTable" Again thanks to both for your help.
  3. K

    Solved How to reinitialize a form with a fresh data-entry view?

    Million thanks to both. Re-setting the RecordSource did the job.
  4. K

    Solved How to reinitialize a form with a fresh data-entry view?

    Ok, I know. Strange request. But it can help my specific situation. I have a form bound to a table. The "Data Entry" property of the form is set to Yes. After adding several records, Is there any way (VBA) to reset the form to it's original "blank" data-entry state? Just like closing and...
  5. K

    How easy is to Freelance Big Companies?

    It's not only google and facebook, there's been a lot of cases like this Evaldas Rimasauskas – Facebook & Google (2013–2015) Amazon – $19 Million Scam (2020) Barbara Corcoran – $388,000 (2020) Pathé Netherlands – €19 Million (2021) Arup – £20 Million Deepfake Scam (2024) Flycatcher – $1 Million...
  6. K

    Query Not Visible When Connecting to Excel

    Option 1: Usining IIF instead of Nz I made this query in Access: SELECT tblComboHistory.* FROM tblComboHistory WHERE ((Not (Nz([frm],"Empty")) Is Null)); as stated Excel can not see the query because of Nz I changed my query to : SELECT tblComboHistory.* FROM tblComboHistory WHERE ((Not...
  7. K

    How easy is to Freelance Big Companies?

    They have learned the lesson. Between 2013 and 2015, Evaldas Rimasauskas of Lithuania stole $122 million from Facebook and Google by sending fake invoices they paid without verification. Posing as Quanta Computer, a Taiwanese supplier, he registered a sham company in Latvia, then sent forged...
  8. K

    How the AI apocolypse starts

    France gears up for the future with a colossal AI-powered robot army, set to transform defense by 2040. https://sg.news.yahoo.com/france-wants-roll-robot-army-093019091.html
  9. K

    How the AI apocolypse starts

    China has unveiled the world’s first AI-powered hospital, featuring 42 AI doctors and 4 AI nurses, marking a major leap in the future of healthcare. Developed by Tsinghua University, the “Agent Hospital” simulates full-scale medical operations where AI doctors diagnose, treat, and interact with...
  10. K

    Tree View and Ribbon Structure

    Million thanks. I think I can work on it. I'm still studying your Genie database. It's impressive. Thanks again.
  11. K

    Windows 11

    As a programmer, I tend to have integrity to my own program, Means: being honest, transparent, and ethical in all aspects of its operation. It involves consistently adhering to ethical principles, making fair and acting responsible towards its goals. This includes being transparent about my...
  12. K

    Man murdered in 2021 "speaks" at killer's sentencing

    I was thinking so hard to put my thoughts together to answer @The_Doc_Man's comment, but couldn't express what I had in mind. I think your response sums it up. Thanks.
  13. K

    Tree View and Ribbon Structure

    I have to read carefully and digest your post carefully. Give me a few hours please. Thanks for your help.
  14. K

    Man murdered in 2021 "speaks" at killer's sentencing

    It would be great if we hear the opinion you gather. The scary thing in US and UK court is Precedent or Past judicial rulings to influence the judge's decision. I mean once it's allowed (which was allowed), mostly other courts can not deny it, because it's been allowed by judge X in court Y...
  15. K

    Man murdered in 2021 "speaks" at killer's sentencing

    This whole thing made me feel uncomfortable. What really victim impact statement is? To my knowledge, it is a formal statement made by a victim or someone close to the victim (like a family member) describing the emotional, physical, and financial effects of a crime. If I pay a good writer, a...
  16. K

    Man murdered in 2021 "speaks" at killer's sentencing

    You can rewind and watch from the beginning of video. I've seen more detailed video too on Facebook. https://www.10news.com/science-and-tech/artificial-intelligence/arizona-family-uses-ai-to-create-road-rage-victims-own-impact-statement
  17. K

    Tree View and Ribbon Structure

    I had a suggestion to use @MajP's Tree view class to show the structure of my custom ribbon in this old post, which I did at the time. But, recently because of a change in my tables structure, I had to rebuild the necessary queries for his class. Though the tree itself is showing and I have not...
  18. K

    Windows 11

    You took a detour instead of giving a straight answer to a straight question. So let me ask my question again. You offer your database. Later you find out that you have left a hole in a form's afterupdate event and some bad data may be entered. You correct your event. Do you force your FE to be...
  19. K

    Windows 11

    Is really changing a key in Group Policy Editor or blocking the update service to run on every boot so ridiculously hard? I have a question for you (and others who share the same thoughts), if you don't mind. As a database developer, you offer your database to your users to use. Later, you...
  20. K

    Upgrade to Windows 11 for free?

    Here's the download link for Group policy for home version https://www.majorgeeks.com/files/details/group_policy_editor_for_windows_10_home_edition.html
Back
Top Bottom