Closed mwolfe02 closed 1 year ago
Changing the following line of code from...
strSql = "Not IsNull(LvExtra) and Type = 1 and [Name] = """ & tdf.Name & """"
...to...
strSql = "LvExtra Is Not Null and Type = 1 and [Name] = """ & tdf.Name & """"
...seems to resolve the problem.
That is interesting... It almost seems like the type of error you would get if there was a compile issue elsewhere in the code. 🤔
@mwolfe02 - FYI, I am not sure if you are already doing this, but you can clone and build the dev
branch to pull in all the latest updates. 😄 I also went ahead and pushed out an updated beta release since we have added some more substantial features and fixes since the last one. Let me know how it works on v4.0.9.
v4.0.9 resolved the issue. I'll have to look into cloning and building from dev
. I wasn't aware of that. Thanks!
Cloning and building from source is really easy. I use GitHub Desktop, but any other git client works fine too. The first time you do it, you won't have the binary in the folder, but you can just drop a copy (any version) into the root folder of the project.
Version Control.accda
file to open the add-in. Hit esc or click the x to close the install window.Build from Source
on the ribbon toolbar, and click OK on the confirmation.And that's it! You now have the very latest version of the add-in installed. 👍 Anytime you want to pull in the latest changes, just run through the four steps above. 😄 (I love version control with Microsoft Access!)
I'm getting the following error message in the
clsDbTableDataMacro.IDbComponent_GetAllFromDB
function:I seem to be getting the message for every table in my application (or at least the local tables). I think this may have something to do with my environment, otherwise, this would be an issue for others. The problematic code has been in place for three years.
VCS Version: 4.0.7 MS Access Version: Microsoft® Access® for Microsoft 365 MSO (Version 2206 Build 16.0.15330.20260) 64-bit