Weird behavior on 2021 ver. (1 Viewer)

joemach

Registered User.
Local time
Today, 11:10
Joined
Sep 10, 2012
Messages
23
This is crazy... I upgraded from Access 2013 To 2021. Now I find that some new VB code that I am writing in 2021 causes an error and some of the previous code written in 2013 works just fine in the newer version. Both versions are 32 bit. So I can not understand why this is happening. Has anyone seen this before?
 
some new VB code that I am writing in 2021 causes an error

Can you be more specific with "causes an error"? What error is called out? Compile-time? Run-time? What was the code. And what line was called out? We need specific symptoms.
 
Without specific examples of the behavior, we have no way to comment.

Each new version of Access (and all other software, so far as I am aware), introduces new features and can, potentially, alter previously existing behavior. That's expected behavior. In fact, one could argue that it is intrinsic to having a new version.

What matters, then, is the specific instances where you encounter changes.
 
Now I find that some new VB code that I am writing in 2021 causes an error and some of the previous code written in 2013 works just fine in the newer version.
So, essentially, your old code still works but (some) new code causes errors?
The simple explanation would be that you made errors writing the new code.
If you don't think, after thorough review, that this is the case, you should post the code in question.
 

Users who are viewing this thread

Back
Top Bottom