darren_access
Registered User.
- Local time
- Today, 15:04
- Joined
- Jan 8, 2018
- Messages
- 57
Morning colleagues,
I have built a couple of modules in Access 2016 using the split db method.
A couple of questions now come to mind as more functionality is being asked for...
1. The client would like to log all activity
2. They're going to need more transactional type functionality as multiple users begin adding sales orders into the system. I foresee unwanted overwrites and other issues arising.
3. system stability will become an issue as the company grows
It's been a few year since I used SQL Server 2008 and Management Studio, but I believe it could address these issues.
1. They don't want to go to web application yet. Is it possible to run the same Access front end against the sql back end?
2. Alternatively is it possible to create a web browser front end that access the sql backend on mapped network drive? I have avoided using much VBA.
3. Does SQL server provide comprehensive logging out of the box, or will I still need to create application logs to capture inserts, updates and deletes?
Client has no budget for full SQL Server or sharepoint as yet and Cloud is being considered but longer term
I have built a couple of modules in Access 2016 using the split db method.
A couple of questions now come to mind as more functionality is being asked for...
1. The client would like to log all activity
2. They're going to need more transactional type functionality as multiple users begin adding sales orders into the system. I foresee unwanted overwrites and other issues arising.
3. system stability will become an issue as the company grows
It's been a few year since I used SQL Server 2008 and Management Studio, but I believe it could address these issues.
1. They don't want to go to web application yet. Is it possible to run the same Access front end against the sql back end?
2. Alternatively is it possible to create a web browser front end that access the sql backend on mapped network drive? I have avoided using much VBA.
3. Does SQL server provide comprehensive logging out of the box, or will I still need to create application logs to capture inserts, updates and deletes?
Client has no budget for full SQL Server or sharepoint as yet and Cloud is being considered but longer term