I could use some advice...
I'm developing an Access application that's integrated with Outlook. It's a custom CRM solution that automates trouble tickets based on incoming emails. As such, both Outlook and Access will be running perpetually.
This is a multi-user product - about 40 users total - so I've split the front and back ends, with the BE stored on a network server. The client, though, has asked for the data to be backed up every 30 minutes.
Given the number of concurrent users, there's no easy way to ensure that at a particular moment, no records are locked for editing (or is there a function I could write to test for this?).
Can I use CopyDatabaseFile method to save the back end as an .mdf file that can be restored in the event of a crash? If so, will there be a problem caused by any locked records?
Any and all advice would be greatly appreciated!
I'm developing an Access application that's integrated with Outlook. It's a custom CRM solution that automates trouble tickets based on incoming emails. As such, both Outlook and Access will be running perpetually.
This is a multi-user product - about 40 users total - so I've split the front and back ends, with the BE stored on a network server. The client, though, has asked for the data to be backed up every 30 minutes.
Given the number of concurrent users, there's no easy way to ensure that at a particular moment, no records are locked for editing (or is there a function I could write to test for this?).
Can I use CopyDatabaseFile method to save the back end as an .mdf file that can be restored in the event of a crash? If so, will there be a problem caused by any locked records?
Any and all advice would be greatly appreciated!