Recent content by cheekybuddha

  1. cheekybuddha

    Monaco SQL Editor Unwanted Side Effect

    Still unclear why you would use a nonsense query to demonstrate. That aside, I wonder if you were to have copied the contents of the Update To: field in the query designer and then pasted it, whether it would have maintained the formatting and indentation (ie the line breaks are there, but...
  2. cheekybuddha

    Monaco SQL Editor Unwanted Side Effect

    Did you ever expect this query to work, or were you using an invalid query to demonstrate that the editor attempts to display it in grid view and falls to alert that it is invalid?
  3. cheekybuddha

    Is there a way to get control on the call audio of an android phone?

    I'm not sure VBA was mentioned, or did I miss something? (quite likely!)
  4. cheekybuddha

    Solved Read Type Information (Classes & Methods) from COM DLL

    I used to use an application that would read methods/properties of com dll's called TypeLibVwr.exe (made by iTripoli) I found a reference to it here: https://type-library-viewer.updatestar.com/en but I know nothing about that site, so use at your own risk! I don't think this will solve your...
  5. cheekybuddha

    Button Bugs

    Perhaps you misunderstood my point. Hearing of users on current channel experiencing these issues would usually make me think that they have made a mistake and got themselves on the wrong preview channel somehow. And I suspect this is probably the case in these instances The shocking part is...
  6. cheekybuddha

    Button Bugs

    I guess that MS are probably a victim of their megalithic size. Normally one might dismiss this as an anomaly, or a mistake on the users' part, and it wouldn't be particularly shocking. What's shocking is that MS' [not so] recent attitude towards testing and quality control makes this...
  7. cheekybuddha

    Button Bugs

    Wow! If this is the case, then what is the point of the preview channel? If bugs are discovered in preview and still make it in to stable ... 😖 Surely if you're too late to prevent the bug going into stable, then issue a hotfix to stable at the same time as updating preview channel. MS, why?
  8. cheekybuddha

    How to deal with dynamic IP address in MS Access to MYSQL DB Maria

    Actually, from previous posts from nector, I understood it that the server is just a box in their office and their ISP doesn't give them a static IP. (I may well be mistaken). The clients are probably using 'user'@'%' accounts. Not good for security, especially if the connections are not...
  9. cheekybuddha

    How to deal with dynamic IP address in MS Access to MYSQL DB Maria

    You may need to investigate a service like dyndns.org
  10. cheekybuddha

    A general question

    So much hope ... ... so much disappointment 😖
  11. cheekybuddha

    A general question

    Ouch!
  12. cheekybuddha

    A general question

    I'm not saying "Don't do it in Access"! I just suggested to consider Access' limitations too. The OP said "I look forward to learning and relearning Access" If you're having to learn a technology it might be worth learning something with more forward-looking possibilities than a dying one.
  13. cheekybuddha

    A general question

    Very true, but you could build a web app using free technologies and your only cost would be the webserver. Compare that cost vs all those licences 🤪
  14. cheekybuddha

    A general question

    Hi and welcome! Do consider: With Access you will be Windows-bound, and (without using a server-based RDBMS) also bound to a wired local network. If you may need to use your program on other devices (eg non-Windows tablets, Macs, or phones) or remotely or over wifi, then Access might not be...
  15. cheekybuddha

    I need the minimum value among 5 different fields in one record

    Is this in a server RDBMS (eg not in Access)? If so, please provide CREATE TABLE statements for your tables.
Back
Top Bottom