
SQL Server does not support Microsoft Access attachment fields. You would need to save them as blobs or save them on some online drive and simply save the paths/url.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
There are many ways to share desktop Microsoft Access for multiple users' simultaneous access. I am not talking here about sharing MS Access in the same network. I need to share it among several users outside my network. What is the cost-effective solution that I can use, and how? I tried using SQL Server to share the MS Access tables, but kept having several technical problems, as some MS Access codes are not so compatible. Any idea what other solutions that I can use at a very low cost? I don't want to jump into expensive solutions. Any help?
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
SQL Server does not support Microsoft Access attachment fields. You would need to save them as blobs or save them on some online drive and simply save the paths/url.
Hmm. Ok.
Did you mean NAS local storage? NAS stands for Network Attached Storage. So it requires a LAN to work. It can be a peer to peer LAN. I use it on my home network and place my back ends on the NAS.
What I'd do would be create a new database and link the SQL Server tables, then try opening each one.
If you can't open one, then I'd start exploring the details of that table to identify what the source of the issue is.
Did you ensure every table has a primary key defined.
Have you seen: https://support.microsoft.com/en-us/office/migrate-an-access-database-to-sql-server-7bac0438-498a-4f53-b17b-cc22fc42c979
Investing sufficient time and effort into learning about the options available and how to approach them should help you reach a viable solution.
Depending on the size and complexity of your particular Access relational database application, the options including either SQL Server or SharePoint lists, along as well as others. None is cost-free, all are viable in the proper context. All require some sort of learning curve, but having gotten to this point, I am sure you can manage that aspect.