Search results

  1. X

    Delete event triggers for moving files

    Yes, you can store instances of classes with several attributes.
  2. X

    V-Tools dissapears in MS ACCESS 365

    Thanks Andre, That's what I do, reinstall it every now an then.
  3. X

    Access 2021 Runtime

    You have to download Office 365 runtime. It detects wich version of Office you have and installs the right version acorfing it (365, 2021 or 2019)
  4. X

    Cant Find Object

    Open ms access with the /decompile parameter: MSACCESS.EXE /DECOMPILE And recompile the code again
  5. X

    Runtime Error 2147467259 (80004005)

    lhooker Do you use the old Outlook or the new one? The code works properly on my computer using the "old version" of Outlook 365, using the new version of Outlook that code won't work never ever!
  6. X

    Solved Problem Connecting to SQL Server

    I think the problem is that in your For Each tdf In dbs.Tabledef loop, you delete the tabledef (dbs.TableDefs.Delete) before you create the new link ,and when you delete an item all tabledef elements in dbs are renumbered. Because of this, it seems there are missing and duplicated tables. You...
  7. X

    Solved Problem Connecting to SQL Server

    Do you assign or reassign Set db=CurrentDb() after reconnecting SQL server tables?
  8. X

    V-Tools dissapears in MS ACCESS 365

    Hello. I've been using V-Tools for MSAccess by Skrol 29 for many years. For my developing tasks, it's a "must" tool in MSAccess. Thanks Scrol 29. Recently, I upgraded to Office 365, and installed V-Tools with no issues and it worked properly for some days, but every now and then it dissapears...
  9. X

    Subform cannot be referenced when placed in a hidden footer - why?

    Hi, Notiophilus My approach is that for testing if the comment is null or not would be easier if you change the Recordsource of the form joining the two tables and then inserting the comment Textbox invisible. I uploaded my approach.
  10. X

    On/Off control for continuous form

    Hi @CJ_London, This is my approach to the topic and my first post. After many years looking for a solution, I think I found and easy way to do it! I've attached a database with an example using an On/Off image and a tri-state image in a continuous form and a transparent button over them. The...
  11. X

    Hi everybody

    I'm 57 and I've been working with Access since Access 2 and I still love it. I live in Girona(Spain) .
Back
Top Bottom