Recent content by JEEDEE

  1. J

    Obtaining extended file properties (attributes) using VBA

    Hi Colin, Tremendous nice job this! However, your code does not treat symlink files. (attr 198 gives link target) What I want to do is this: - I recently deduplicated a lot of files gaining almost 400 GB of data. - The originals were replaced by symlinks - I store all of my email-attachments...
  2. J

    Retrieve the 'hovered control'

    Hi, Let me clarify. There are hundreds of fields, buttons, lists, aso. They are all in subforms, sometimes in datasheet view, sometimes not. The tooltip does not work in subforms. When a user hovers over a control (The db is in 3 languages), I want to be able to show the tooltip in a field...
  3. J

    Tab Control - How to add a new record

    Hi, The error is in your relationships. You have a "one to many" relationship from one table to two other tables. The "one" side is a unique key, while the "many" sides are not. This is not redundant, and you have to reconfigure that. Watch carefully how you create relationship. A simple way...
  4. J

    Retrieve the 'hovered control'

    Hello, A difficult one: we have the 'screen' object with which you can do a bunch of things based on the 'activecontrol', 'activeform', aso ... If you hover over a field, button, any control, it doesn't become active. How to retrieve the name or content of the hovered control, in order to...
  5. J

    New Member JEEDEE

    Hello All, As asked by the administrator, I created a new thread as a New Member. This forum must have escaped my search results, because I am a very very old MS Access User. With about 25 years experience with the Access Databases, SQL server as back-end, VBA, VB-script, hell, I even control...
Top Bottom