I have some questions about working with a split database.
First off...i'm using Access 2010 and am planning to put the back end on a Network Accessible Storage drive and installing Access 2010 Runtime for my users. I can have as many as 10 users at once, with 3 of them needing access daily. The database will be updated daily by several (6-10) Excel files updated over the internet through dropbox/skydrive from my company's remote operations. The remote operations do not need access to the database. (But the NSA needs more data to sift through.)
I have a working model that updates the database perfectly...though i'm not split yet. There is a table that contains the filenames of the excel files. The excel files themselves will probably reside on at least different computers.
How should these paths be formatted? I'm assuming they should be network addresses (example "\\acomputer\path\filename.xls") and as long as the computer containing the file is sharing the path, all will be well, right? And since the code will be executed on the local host, drive letters should be out because each can have its own different drive letters, right? Does putting the back end on a NAS drive make sense? Or should it reside on a computer? or does splitting even make sense (vs. shared database)?
do i have good assumptions? am i on the right track?
thank you in advance for your response.
First off...i'm using Access 2010 and am planning to put the back end on a Network Accessible Storage drive and installing Access 2010 Runtime for my users. I can have as many as 10 users at once, with 3 of them needing access daily. The database will be updated daily by several (6-10) Excel files updated over the internet through dropbox/skydrive from my company's remote operations. The remote operations do not need access to the database. (But the NSA needs more data to sift through.)
I have a working model that updates the database perfectly...though i'm not split yet. There is a table that contains the filenames of the excel files. The excel files themselves will probably reside on at least different computers.
How should these paths be formatted? I'm assuming they should be network addresses (example "\\acomputer\path\filename.xls") and as long as the computer containing the file is sharing the path, all will be well, right? And since the code will be executed on the local host, drive letters should be out because each can have its own different drive letters, right? Does putting the back end on a NAS drive make sense? Or should it reside on a computer? or does splitting even make sense (vs. shared database)?
do i have good assumptions? am i on the right track?
thank you in advance for your response.