Recent content by CJ_London

  1. C

    Multi-board Kanban in the Edge browser control

    We used it many years ago for stock management - company provided training and assessment materials (manuals and the like) and simplistically a piece of paper would be placed in the ‘pile’ of manuals at the reorder level. When it became exposed as manuals were despatched it was passed to stock...
  2. C

    Can you set up two lines of text in the title bar of a pop-up form?

    using win11 MS 365 64bit variety of monitors I get split line on popup but not with a normal form As a theory, I suspect because a popup is not a child window of the access window
  3. C

    Can you set up two lines of text in the title bar of a pop-up form?

    Are you using tabbed documents?
  4. C

    Anyone heard of using Digital Twins to predict the future?

    That question was asked - energy saving are after cost of running AI which is hosted on in-house servers. The cost of their energy management app was £10k to install. With regards the initial development cost of the various algorithms, yes in the millions, but they are in the process of...
  5. C

    Anyone heard of using Digital Twins to predict the future?

    I went to a very interesting presentation yesterday on the subject. The focus of the talk was on creating a digital twin of Blenheim Palace. The concept is to digitise every aspect of the palace, gardens and other properties, the estate (circa 12500 acres), power consumption, type and quality...
  6. C

    When I create a checkbox it automatically gives it an unwanted name

    Perhaps you have selected more than one control when trying to change the name? Since you appear to have already tried the other suggestions, I think need to describe exactly what you are doing to create the control and then rename it. Perhaps you are not in design view for example
  7. C

    Pictures in continuous form

    cross posted here with responses https://www.accessforums.net/showthread.php?t=91338&p=537190#post537190
  8. C

    Access Runtime for Microsoft 365

    I don’t use one drive but to ensure the file cannot be used when in the wrong location I have some code that runs on open to check currentproject.path - if it doesn’t match the required path, it closes without warning
  9. C

    Access Runtime for Microsoft 365

    And where and what is the back end?
  10. C

    Report.FilterOn is not working

    not tested, but if you want to set the filter in the open event, try setting the filteronload property to true (shouldn't need filteron=true). At the time of the open event, there is no data to filter, that only becomes available in the load event
  11. C

    Recordset Anomaly

    How do you verify that? By hovering over the rs!age in the vba? and why when you said this?
  12. C

    Solved Filtering problem

    The key word here is ‘format’. SQL users the underlying value ( what it is) not the formatted value (what you see), which is why you should never format fields at the table level. Dates are actually stored as a form of double number, the part before the decimal point is the number of days since...
  13. C

    Solved Filtering problem

    Is 4/12 the 4th December or the 12th April
  14. C

    Solved Web Browser Controls : A never ending struggle.

    I don't use anydesk but It works for me - no delay - see attached
Back
Top Bottom