Forum Discussion
MS Access Filters VBA Debug Error
GM George, George_Hepworth
Thank you for your response. Please see attached screenshot document. The code is exactly the same on both systems.
64 bit windows 10 OS
Office Professional Plus 2016
The differences are one workstation is a Lenovo ThinkPad running SDC 5.7 (works) and the other is a Dell Precision running SDC 10.1909.
I have put in a ticket with the AF SDC support but am still waiting for their response.
That looks more like a missing reference.
Open the VBE and click on Tools-->References. Are any of them flagged as "Missing"?
Yours will, of course, have different references, depending on which ones your relational database application uses. We are interested in those that are "Missing" on the computers that error out, but which are okay on the other computers.
- MMLevintonFeb 25, 2021Copper Contributor
YES! George_Hepworth
That was exactly the issue. I copied and pasted the missing *.dll file and ...poof... the filters worked.
Thank you George!
- George_HepworthFeb 25, 2021Silver ContributorCongratulations on solving the problem.
Continued success with your project.