MC Visual C++ runtime library - Assertion failure - expression replaceVAR.vt == VTBSTR

bignose2

Registered User.
Local time
Today, 23:48
Joined
May 2, 2010
Messages
250
Hi,

one of my front ends has just started getting this error.
when I click on a button to open a form

no error or debug just as below, Abort just freezes have to do a full close X, Ignore just keeps flashing the same message.
Retry sometime continues on normally but no info.

this is in a accdb so able to go into VB.

Exactly the same front end on 2 different windows 10 PC (same state of upgrades) are fine?

Quite a lot of code on open & load so could start removing but just did not like this level error.
Not sure if the File :g:\vba ... is relevant as G is google drive on that PC?

Any ideas?

rteerroraccess.jpg
 
After more debug F8 finially found the trigger, seemed not to flag up before but might have been me!

set regex =createobject(vbscript.regex)

fine on the other PCs so to investigate.

Is there something I can perhasp re-install or best to really try to find the reason.
been fine for years
 
Another member has had a windows update which is causing a working system to crash.

Any Office updates as well?
 
Hi @bignose2
This bug was first reported by Mike Wolfe on 29 Aug with details passed on to the Access team the same day

I included it in my article summarizing all known bugs for July/August:

There is a workaround described in both articles
 

Users who are viewing this thread

Back
Top Bottom