F Falcon88 Registered User. Local time Today, 02:15 Joined Nov 4, 2014 Messages 314 Yesterday at 7:32 PM #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: 8
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 Yesterday, 19:15 Joined Feb 19, 2002 Messages 47,704 Yesterday at 7:36 PM #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 Yesterday, 16:15 Joined Nov 25, 2004 Messages 3,055 Yesterday at 7:37 PM #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, 02:15 Joined Nov 4, 2014 Messages 314 Yesterday at 7:40 PM #4 Mbd
MarkK bit cruncher Local time Yesterday, 16:15 Joined Mar 17, 2004 Messages 8,498 Yesterday at 7:58 PM #5 Converted to .accdb Attachments ToolsDb_accdb.zip ToolsDb_accdb.zip 118.8 KB · Views: 6
F Falcon88 Registered User. Local time Today, 02:15 Joined Nov 4, 2014 Messages 314 Yesterday at 8:10 PM #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 Yesterday, 19:15 Joined May 21, 2018 Messages 9,741 Yesterday at 9:09 PM #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, 02:15 Joined Nov 4, 2014 Messages 314 Yesterday at 9:49 PM #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: Yesterday at 10:10 PM
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