Search results

  1. K

    Solved Connecting to sql server

    I'm working on a Microsoft Visio project and I need to open a recordset to a table in sql server, read the data and work on each record. I've tested the result on several PCs and all are fine, except only one PC. This specific PC throws Runtime error: 3706 "Provider can not be found" on .Open...
  2. K

    Solved Web Browser Controls : A never ending struggle.

    Sometimes I hate myself for deciding to use web browser control, instead of external apps. Now that it’s been confirmed that the legacy web browser control cannot display PDFs in Windows 11, I created a form with two Edge browser controls: One to display PDF files One to display a supplier’s...
  3. K

    Cannot run web page login code using the Edge browser control

    These changes hurt so much. We could have a legacy web control and set it to a specific internet site. Then in form's Load event, run a vba code to set a value in username & password of the site and click a button to login. If necessary, users could tick a checkbox to show the local pdf of the...
  4. K

    Solved New Bug?

    After updating to version 2602 (build 19725.20058) sql view of all queries in all databases shows a blank screen. Turning off Monaco, I can see the sql. Chatgpt's telling me it's a known bug, but I couldn't find any info about it here. Just wanted a confirmation before going back to previous...
  5. K

    Raise your hand

    Two questions : 1- In court, witnesses are required to raise their hand and swear, traditionally on a Bible, that they will tell the truth, the whole truth, and nothing but the truth. I question whether this practice has any meaningful effect on the accuracy of testimony. A witness who intends...
  6. K

    LinkedIn vs Reality

  7. K

    This SQL problem is the MAX() amount of frustration I can handle right now.

    I'm sorry for the length of the question. I don't know how I can explain it shorter. This is a working sql: SELECT PricesOrderedFromFK, PricesQuantity, Max(PricesRegisteredOn) As RegisteredOn, PricesRegisteredBy FROM tblProductPrices WHERE PricesProductFK = 34086 Group BY...
  8. K

    Solved Grid performance in Cad

    To prevent the following thread going off track and possibly highjacked I will ask my question here: https://www.access-programmers.co.uk/forums/threads/what-pc-hardware-software-to-speed-up-microsoft-access.334909/post-1981149 @RonPaii Can you share the method? And possibly the CAD software...
  9. K

    Copy Pasting Queries

    I need a new query(query2) to use for a specific situation. I know I have another query (query1), with a very similar structure of what I need. Instead of starting from scratch, I select query1, CTRL+C to copy and then CTRL+V to paste. This ends to having a copy of query1. I change the name of...
  10. K

    Transgenders in Olympics

    The Olympics officially bans all transgenders from competing in female competitions. I wonde if they cancel all the records made by them too. https://www.aa.com.tr/en/sports/transgender-women-to-be-banned-from-all-female-olympic-events-after-scientific-review-report/3740472...
  11. K

    Solved How to Update a recordset without a loop?

    If I have a DAO recordset, can I run an update on the recordset to update a field in all records , instead of using a loop and update one record at a time? Something like an update query, but the object being a recordset instead of a table. Thanks
  12. K

    Will China Beat US?

    Nvidia’s CEO explained why China could soon lead the global AI race Jensen Huang, CEO of Nvidia, said China’s massive market, deep research talent, and fast AI adoption across daily life give it a unique advantage over the United States. He noted that around half of the world’s AI researchers...
  13. K

    Not verified? Not welcomed.

    A word with admins : If this post counts as politic and not social, feel free to delete it. China has introduced new rules requiring influencers to hold verified academic or professional qualifications before discussing specialized subjects like medicine, finance, education, or health online...
  14. K

    How to ignore a mod?

    How can I ignore @Pat Hartman . All my life I've tried to be as civilized and polite as possible. But it seems it's not enough for her. And it's the end of my patience.
  15. K

    Click Farms

    A note to Admins/Mods: This post isn't intended as an advertisement. Delete/Edit if it's against the site's rules. Click farms are hidden operations where hundreds of smartphones are wired to automated systems that generate fake likes, views, and followers on social media to trick algorithms...
  16. K

    Google made it harder for external models to access the web's depth.

    This may be of interest for the site owner. You can no longer view 100 search results at once. The default max is now just 10. Google has quietly changed how search results appear, reducing the maximum results per page from 100 to just 10, a move that could reshape SEO, AI training, and digital...
  17. K

    Ads....Ads....Ads.....They are everywhere....

    China’s latest “smart” public toilet rollout is drawing backlash after videos revealed a new system that rations toilet paper behind ads and paywalls. One viral clip from China Insider shows a woman forced to scan a QR code and watch an advertisement just to receive a single strip of paper. The...
  18. K

    Late Stage Capitalism?

    Some people are calling it late stage capitalism. Volkswagen is now offering extra horsepower for a fee on its ID.3 electric hatchback in the UK. The mid-level trims officially deliver 201 hp, but the hardware is capable of 228 hp—an additional 27 hp that drivers can unlock via subscription...
  19. K

    Humanoid Birth Machine

    A Chinese company called Kaiwa Technology has announced plans to create the world’s first pregnant humanoid robot using an artificial womb, with a prototype expected to be ready by 2026. The project was unveiled at the 2025 World Robot Conference in Beijing by founder Zhang Qifeng, who...
  20. K

    Converting Data type

    I have a table in a sql server which is accessed by a Microsoft Access FE. The mentioned table has a field named "Multiplier" with a "real" data type. It's used for some engineering calculations. Because of a change in our company's policy and the problems with real data type, I'm considering...
Back
Top Bottom