After months of work I have a database which, I am really proud of and is working really well until one day a colleague asked about access to the database.
At the moment the database is used by about 5 people and the database file lives on a shared folder and everything is great but I would like to now give access to small areas of the database to around 500 users. Web access appears to be the only option, purchasing 500 Access licenses is not an option.
I have tested the database by uploading the tables to a Microsoft sql server via the migration tool and although there were a few problems with dates and VBA sql code, it worked well. I have also learnt to create web pages in php to interact with the data so this looks like the better option for me.
During my testing and learning I found there was much more info on the web about mysql than Microsoft sql so I think Mysql would be the better option.
Being a little nervous about this move I would really like to find some software to help me upload the tables and link them to the database. But it would also be useful if it could syncronise the sql tables back to the access database and disconnect the linked tables (disconnect from the sql server after updating the access tables with the new data on the sql server) if I find things are going wrong for me. I want to be able to revert back to where I was but keep all the data added or changed since the migration.
Is there software out there that may be able to help. Any advice would be welcome.
Thanks
Jonathan
At the moment the database is used by about 5 people and the database file lives on a shared folder and everything is great but I would like to now give access to small areas of the database to around 500 users. Web access appears to be the only option, purchasing 500 Access licenses is not an option.
I have tested the database by uploading the tables to a Microsoft sql server via the migration tool and although there were a few problems with dates and VBA sql code, it worked well. I have also learnt to create web pages in php to interact with the data so this looks like the better option for me.
During my testing and learning I found there was much more info on the web about mysql than Microsoft sql so I think Mysql would be the better option.
Being a little nervous about this move I would really like to find some software to help me upload the tables and link them to the database. But it would also be useful if it could syncronise the sql tables back to the access database and disconnect the linked tables (disconnect from the sql server after updating the access tables with the new data on the sql server) if I find things are going wrong for me. I want to be able to revert back to where I was but keep all the data added or changed since the migration.
Is there software out there that may be able to help. Any advice would be welcome.
Thanks
Jonathan