Please help me to change db

Falcon88

Registered User.
Local time
Today, 12:18
Joined
Nov 4, 2014
Messages
318
Hi all dears

I have a db , that was previously opened by access 2007

I have now access 2016 , that couldn't open by.


Please help me to change to open by access 2016 .
See to the attached files
 

Attachments

Hi all dears

I have a db , that was previously opened by access 2007

I have now access 2016 , that couldn't open by.


Please help me to change to open by access 2016 .
See to the attached files
Does it have an accdb extension or an mdb extension?

In which version was it created?
 
Mbd
 
Ok it's opened normally but the code gives error:

Ambiguous name detected:MyUser

1000190764.jpg
 
You have a public variable myUser defined in two places. Defs and Defs_old. You cannot do that. Remove Defs_old
 
You have a public variable myUser defined in two places. Defs and Defs_old. You cannot do that. Remove Defs_old
Ok .

Thanks for all you

It worked
 
Last edited:

Users who are viewing this thread

Back
Top Bottom