F Falcon88 Registered User. Local time , 02:28 Joined Nov 4, 2014 Messages 326 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: 102
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
GPGeorge George Hepworth Local time Today, 15:28 Joined Nov 25, 2004 Messages 3,403 Aug 9, 2025 #2 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?
MarkK bit cruncher Local time Today, 15:28 Joined Mar 17, 2004 Messages 8,623 Aug 9, 2025 #4 Converted to .accdb Attachments ToolsDb_accdb.zip ToolsDb_accdb.zip 118.8 KB · Views: 94
F Falcon88 Registered User. Local time , 02:28 Joined Nov 4, 2014 Messages 326 Aug 9, 2025 #5 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, 18:28 Joined May 21, 2018 Messages 10,062 Aug 9, 2025 #6 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 , 02:28 Joined Nov 4, 2014 Messages 326 Aug 9, 2025 #7 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