Hi RichardSa,
The MS SQL Server Database File is intended to access local data stored in an instance of MS SQL Server Express on the same machine as the client application.
It would require that your client ensure that SQL Server Express is installed.
This means that client do not share data with another.
If you need to have a central backend database that all client access, it looks like SQL Server Workgroup or Standard editions.