Recent content by syvers

  1. S

    Windows Server 2019 - Access 2007 crashes when initializing a class module

    Thank you so much that is incredibly helpful and solved the issue. I did search the forums but could not find, so am very lucky that you saw it and this post.
  2. S

    Windows Server 2019 - Access 2007 crashes when initializing a class module

    Hi I have an issue where Access 2007 is crashing on a new Windows Server 2019 machine. There is no error message it just simply crashes. It happens the moment a class module is initialized. In order to test it is not related to the code in the current class module I created a new class and...
  3. S

    Ribbon bar not loading correctly

    After days of experimenting I have got the answer what it does mention in the help files on the ribbon bar is that if you are doing it with xml in a module then you MUST state the ribbon for every form whereas with the table method it would appear you dont need to bother.
  4. S

    Ribbon bar not loading correctly

    Hi I am trying to get a blank ribbon to be in place when a user opens my application. I have an Adp linked to SQL Server. If I create a table in SQL Server named ribbons and have the app read the data in that table in the AutoExec macro (this runs the code that reads the data) then assign the...
Top Bottom