Search results

  1. N

    VBA code crashes after installing KB5064081 update

    Hello, After installing windows update KB5064081 on Windows 11 machine, the following piece of code crashes on Access 2016: Public Sub CreateTable(strPath As String) Dim cat As ADOX.Catalog Dim tbl As ADOX.Table Dim idx As ADOX.Index Dim flag As Boolean Set cat = New ADOX.Catalog cat.Create...
  2. N

    Undefined function in expression error

    Hello, I have an accdb file created with Access 2016 which contains some custom functions in standard modules. This file is converted to accde format and used as a reference to a second accdb file also created with Access 2016 which contains forms,reports, tables etc. For clarity, let's assume...
  3. N

    Problem when subclassing form

    Hello, I am trying to subclass a form in order to catch the event that occurs when the caption bar of the form is double clicked. The reason for this is that I want to maximize the form when double clicking the caption bar but within the confines of the client area of the main Access window...
Back
Top Bottom