F Falcon88 Registered User. Local time Today, 12:28 Joined Nov 4, 2014 Messages 317 Aug 9, 2025 #1 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 ToolsDB.zip ToolsDB.zip 175.5 KB · Views: 20
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
P Pat Hartman Super Moderator Staff member Local time Today, 05:28 Joined Feb 19, 2002 Messages 47,827 Aug 9, 2025 #2 What happens when you try to open the database? If you are having a security problem, you need to define new trusted locations.
What happens when you try to open the database? If you are having a security problem, you need to define new trusted locations.
GPGeorge George Hepworth Local time Today, 02:28 Joined Nov 25, 2004 Messages 3,108 Aug 9, 2025 #3 Falcon88 said: 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 Click to expand... Does it have an accdb extension or an mdb extension? In which version was it created?
Falcon88 said: 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 Click to expand... Does it have an accdb extension or an mdb extension? In which version was it created?
F Falcon88 Registered User. Local time Today, 12:28 Joined Nov 4, 2014 Messages 317 Aug 9, 2025 #4 Mbd
MarkK bit cruncher Local time Today, 02:28 Joined Mar 17, 2004 Messages 8,531 Aug 9, 2025 #5 Converted to .accdb Attachments ToolsDb_accdb.zip ToolsDb_accdb.zip 118.8 KB · Views: 15
F Falcon88 Registered User. Local time Today, 12:28 Joined Nov 4, 2014 Messages 317 Aug 9, 2025 #6 Ok it's opened normally but the code gives error: Ambiguous name detected:MyUser
MajP You've got your good things, and you've got mine. Local time Today, 05:28 Joined May 21, 2018 Messages 9,807 Aug 9, 2025 #7 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
F Falcon88 Registered User. Local time Today, 12:28 Joined Nov 4, 2014 Messages 317 Aug 9, 2025 #8 MajP said: You have a public variable myUser defined in two places. Defs and Defs_old. You cannot do that. Remove Defs_old Click to expand... Ok . Thanks for all you It worked Last edited: Aug 9, 2025
MajP said: You have a public variable myUser defined in two places. Defs and Defs_old. You cannot do that. Remove Defs_old Click to expand... Ok . Thanks for all you It worked