Note that there are some explanatory texts on larger screens.

plurals
  1. USOliver
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COYes, I do have multiple instances of Access, each for a different database/ADP. This is why GetObject(, "Access.Application") gets me nowhere/may return the wrong instance. I simply don't know the path of the database but I DO know (hopefully) the "Document Name" of the Databases (I created them), which doesn't need the path (works that way in Excel).
      singulars
    2. COThe only solution is to hunt down each Variable/Control-Name and change the spelling to a common form. After an export and commiting the changes the names should be stable. Prefixing the control names with their types pretty much ensures through naming convention that the names don't collide with variables. (e.g. txtTitle for a textbox containing the Title field or cmbUsers for a combobox and so on)
      singulars
    3. COYes, this is a constant annoyance in our project also. As far as we have determined, the problem is that variables in your project have the same names as controls, just in different cases (up/low). Now, depending on the order of the modules being composed Access seems to take one spelling and "correnting" all the others, since VBA is supposed to be case insensitive. Access does this, even though the controls are on different forms! The problem gets bigger if you even have multiple controls of the same name in different cases on different forms.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload