Etxezarreta
Member
- Local time
- Today, 16:56
- Joined
- Apr 13, 2020
- Messages
- 175
Hello everyone,
I have developed an Access tool: 20 tables (all the primary keys are auto numbers), roughly 15 forms: the queries are included in the VBA code with SQL language.
I use several macros with arguments (to select-deselect all items in listboxes for instance) and one VBA class module.
There also will be a Excel file that will collect some data to build a powerpivot dashboard.
5 people will have to work on it, they live far from each other, they will have to use an internet connection. So I think the best way to do it is to put the tables in SQl server or MySQL.
I have read quite a lot, but I can't find clear answers, to the following questions:
- Do you agree with me, if not could you give me some details?
- Do you think the way I designed the Access tool will allow such a migration?
- What is the best solution between mySQl and SQL server?
Many thanks in advance, I am a bit lost at that moment, so I will be extremely happy to read your answers!
Etxe.
I have developed an Access tool: 20 tables (all the primary keys are auto numbers), roughly 15 forms: the queries are included in the VBA code with SQL language.
I use several macros with arguments (to select-deselect all items in listboxes for instance) and one VBA class module.
There also will be a Excel file that will collect some data to build a powerpivot dashboard.
5 people will have to work on it, they live far from each other, they will have to use an internet connection. So I think the best way to do it is to put the tables in SQl server or MySQL.
I have read quite a lot, but I can't find clear answers, to the following questions:
- Do you agree with me, if not could you give me some details?
- Do you think the way I designed the Access tool will allow such a migration?
- What is the best solution between mySQl and SQL server?
Many thanks in advance, I am a bit lost at that moment, so I will be extremely happy to read your answers!
Etxe.