Forum Discussion
Yvonnebatfink406
Oct 19, 2021Copper Contributor
Access 2010 to professional plus 2019
Hi, I have created a database using access 2010, can I transfer this to professional plus 2019, and if I can, how do I do that?
Any advice would be great
Any advice would be great
- George_HepworthSilver Contributor
The short answer is that it should be a very straightforward thing. Most of the time, such migrations can be handled with little or no modifications needed. The biggest problem would be if you installed a 64-bit version of Office instead of a 32-bit version in 2010. If so, there may be some changes needed to handle that difference. On the other hand, if you install the 32-bit version of Office, it's quite likely you'll just be able to open the accdb and use it.
The only way to be sure is to try it.
- Hi
I replied to your private message before seeing this thread. In case it helps anyone else, this is my reply to your PM:
==================================================
Yes. It should work perfectly. I have many databases created in A2010 or earlier and that still work without problems in A365
The potential issues you may find are
1. If you used 32-bit in A2010 and 64-bit in A2019. If you use API declarations, those will need altering. Some ActiveX controls don't work in 64-bit
2. If you use version specific references such as Excel, these should update automatically. However the same won't happen in reverse if you return to A2010 later. To avoid problems, use late binding instead and omit the Excel reference.
Hope that makes sense- Yvonnebatfink406Copper ContributorThank u so much for replying twice, after sending you a message I then found how to start new discussion. I'm no expert at this, I have used the control button to move to different records and queries and added things like auto fill for my forms, are these things the API and active x which you describe. As you sound so much more knowledged than I am, can I ask 2 more questions please,
I have a form that has a control button at the bottom which takes you to the next record for the individual customer, when the next form loads it starts at the bottom of the form (as my form is quite long) I have checked tab order but don't know what else to try, VBA is not something I understand much but have managed to add some from watching utube videos.
Question 2 can I password protect a form so prevent it being closed as I've made it a main menu. If you can help I would need an access for dummies step by step guide through it lol