Search results

  1. K

    Television episode tracker

    Here's @MajP's class. How to make it and the sample file https://www.access-programmers.co.uk/forums/threads/hierarchical-data-recursion-tree-views-and-a-custom-class-to-assist.309753/ I'm not sure about their issues, but the only learning curve is how to make the necessary query. Me, as a...
  2. K

    Television episode tracker

    Personally, I wouldn't go with showing a report in a form. If I wanted to use this app, I would keep @Edgar_ 's design and instead of the report, I would use a from with a tree view that ONLY shows seasons and episodes. @MajP's tree view class is very suitable for this case. It has a lot of...
  3. K

    Solved Database sluggish after Citrix Update

    I'm sure you know this, and though it's irrelevent to OP's case, but for others who see this FAIL, I'd like to add this: In short terms, a Japanese system doesn't fail to import 日本語のキーボード.csv
  4. K

    Problem "With Communicating with OLE Server" Using Non-Latin Alphabet Databases

    I don't think changing language has any effect. How about changing your PC's locale to Japanese and see what happens. (Control panel - Clock and region - Region - Administrative tab - Change system locale.... button
  5. K

    Problem "With Communicating with OLE Server" Using Non-Latin Alphabet Databases

    Thanks for feedback. I thought we were talking about non-Latin character names. I don't understand why naming Detail section to "Detalle" may harm. It's all English alphabet. If I open one of my databases and change the detail section to "Detalle", it has no problem. Anyway to be sure I...
  6. K

    Problem "With Communicating with OLE Server" Using Non-Latin Alphabet Databases

    I'm not sure you're asking me or others, but if it's me, I'm still on a business trip and won't be back until next Monday, so I haven't test it carefully yet. I failed to solve my problem with databases created in Portuguese and Spanish, but it may be due to being using a remote desktop app to...
  7. K

    Problem with PIN requirements from Organization account

    Last try : Try to activate windows Hello: Press Win + R, type gpedit.msc, press Enter Navigate to: Computer Configuration → Administrative Templates → System → Logon Double-click “Turn on convenience PIN sign-in” and Set it to Enabled Click OK and restart If your windows version is win 11...
  8. K

    Problem with PIN requirements from Organization account

    Log in automatically after typing pin is known as Automatic PIN Submission. There's no explicit setting in Windows Settings UI to toggle Automatic PIN Submission. But Pins set up under windows Hello, turns on Automatic PIN submission. Make sure your PIN is set up via Windows Hello (not a...
  9. K

    Solved Need help querying subform's combo box based on the main form.

    While I'm sure others will answer your specific question, why you want users select which group of active directory they belong to? They may make a wrong selection, or most of them don't know which group they belong to. Use VBA to get a list of AD groups a user is a member of : Sub...
  10. K

    Two nations divided by a common language.

    When I was learning English (which still am), I tried to grasp the difference between Britain and American English (which I don't any more). I used to use a paid app to learn. It was funny and very interesting. Above, and bellow clips are from this app.
  11. K

    Problem "With Communicating with OLE Server" Using Non-Latin Alphabet Databases

    That's not Japanese. They are Garbled characters. Thanks for the extended experiments and detailed explanation. I appreciate your time and help. I'll go through those steps as soon as I'm back to my PC. Thanks again.
  12. K

    Problem "With Communicating with OLE Server" Using Non-Latin Alphabet Databases

    Last question : How exactly you checked for the types of the object with strange names? Thanks.
  13. K

    Problem "With Communicating with OLE Server" Using Non-Latin Alphabet Databases

    But apparently that method didn't work for me and others. Just curious : When non-Latin object names cause these kind of troubles, why simply opening the form in design view and changing the names doesn't help? But exporting as text, changing the names and importing works. What's the difference?
  14. K

    Button Bugs

    I'm not sure if that "a very small minority" is accurate. Me and at least 7 other users that I know, had the same problem and rolled back to the previous version. We simply thought "Again" and didn't bother to ask or report. Everything that worked yesterday, and doesn't work today is the result...
  15. K

    Problem "With Communicating with OLE Server" Using Non-Latin Alphabet Databases

    Meanwhile , we'll be waiting to see the results coming back from Access team (per your post here) And thanks for your efforts to solve this.
  16. K

    Problem "With Communicating with OLE Server" Using Non-Latin Alphabet Databases

    Because we're talking about character sets, Ascii and their possible effects, it matters a lot. Thanks for the correction.
  17. K

    Problem "With Communicating with OLE Server" Using Non-Latin Alphabet Databases

    Just to clear some misunderstanding here, I don't think this famous error is because of non-English object names. I'm on an English version of Windows 11, English version of Office 365 and all of my apps are in English. I've never (again never) have used non-English object names, never a...
  18. K

    Subform records shake if the number of records is large

    To prevent this thread going off-track, I moved my post Here
Back
Top Bottom