Please help me to change db (1 Viewer)

Falcon88

Registered User.
Local time
Today, 02:15
Joined
Nov 4, 2014
Messages
314
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

What happens when you try to open the database? If you are having a security problem, you need to define new trusted locations.
 
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?
 
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
 

Users who are viewing this thread

Back
Top Bottom