Link to home
Create AccountLog in
Microsoft Access

Microsoft Access

--

Questions

--

Followers

Top Experts

Avatar of Declan Basile
Declan Basile🇺🇸

Upgrading Access 97 system.mdw file to Access 2013
I just started upgrading my Access 2003 applications to Access 2013, and the first problem I stumbled upon is that I can't open a database when I specify the system.mdw file that I've been using with Access 2003.  *** Please note: I've been using the system.mdw file from when my Applications were in Access 97 and it's been working with Access 2003. ***  How can I convert an Access 97 system.mdw file to Access 2013?

Zero AI Policy

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of Joe HowardJoe Howard🇺🇸

As long as you keep the old format it should work. It isn't supported in 2007+.

Avatar of Jim Dettman (EE MVE)Jim Dettman (EE MVE)🇺🇸

You'll need to convert the A97 workgroup file using A2000 - A2003 to JET 4.0 MDB format.  A2013 no longer supports JET DB's prior to 4.0.

 OR

 You can forget about workgroup security, which has been removed from the product.   Just convert the main DB to .accdb format and all the security will be stripped out.

Jim.

Avatar of Declan BasileDeclan Basile🇺🇸

ASKER

MacroShadow - Keep the old format of what?  The .mdb?

Jim - I don't understand what you mean.  What good would it do to have a .mdw file in a .mdb format?  Would I be able to specify a .mdb file in the /wrkgrp switch of an Access 2013 app?  Does Access 2013 still support the /wrkgrp switch?  Does the app have to have to be in .mdb format instead of this new .accdb format to be able to use the /wrkgrp switch?  Will Access 2013 support .mdb formatted databases?

Do I have the option of converting to .accdb format or staying with .mdb?  How do I know what version of .mdb I have?  What version of .mdb are Access 2003 .mdb databases vs. Access 97 databases?  Can't you even log into Access anymore?  Or use the currentuser() function in VBA to see who is logged in?  Can you explain in more detail?

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Avatar of Joe HowardJoe Howard🇺🇸

As long as you keep the mdb format (aka 97-2003) you can use workgroup security even if you open the file in Access 2013. In the newer Access versions workgroup security no longer exists, if you convert your file to accdb all workgroup security will be lost.

ASKER CERTIFIED SOLUTION
Avatar of Jim Dettman (EE MVE)Jim Dettman (EE MVE)🇺🇸

Link to home
membership
Log in or create a free account to see answer.
Signing up is free and takes 30 seconds. No credit card required.
Create Account

Avatar of Declan BasileDeclan Basile🇺🇸

ASKER

Wow, thanks for all of the answers to my questions.  So what is gained by converting to the accdb format?  Are there features in Access 2013 that I can't use if I open an mdb format file?

Avatar of Jim Dettman (EE MVE)Jim Dettman (EE MVE)🇺🇸

<<Are there features in Access 2013 that I can't use if I open an mdb format file? >>

  Yes.

1. The attachment and multi-value data types are not available.
2. You cannot use any of the enhanced integration with SharePoint related technologies and Web services in general
3. Strong encryption is not available.

 Jim.

Free T-shirt

Get a FREE t-shirt when you ask your first question.

We believe in human intelligence. Our moderation policy strictly prohibits the use of LLM content in our Q&A threads.


Avatar of Declan BasileDeclan Basile🇺🇸

ASKER

None of which I care about.  Thanks.  Just one more question ... Does Access 2013 have conditional formatting for listboxes, not just forms?

Avatar of Declan BasileDeclan Basile🇺🇸

ASKER

Thanks.

Avatar of Jim Dettman (EE MVE)Jim Dettman (EE MVE)🇺🇸

<<Does Access 2013 have conditional formatting for listboxes, not just forms? >>

 No.  A2013 does not have conditional formatting for list boxes.

Jim.

Reward 1Reward 2Reward 3Reward 4Reward 5Reward 6

EARN REWARDS FOR ASKING, ANSWERING, AND MORE.

Earn free swag for participating on the platform.


Avatar of Declan BasileDeclan Basile🇺🇸

ASKER

It was a rumor, someone told me that it did, but I never read that it did.  Thanks again.

Avatar of Jim Dettman (EE MVE)Jim Dettman (EE MVE)🇺🇸

I have A2013 and I double checked.

Jim.
Microsoft Access

Microsoft Access

--

Questions

--

Followers

Top Experts

Microsoft Access is a rapid application development (RAD) relational database tool. Access can be used for both desktop and web-based applications, and uses VBA (Visual Basic for Applications) as its coding language.