I have a fairly simple database that has a large dataset that is refreshed daily.
194k rows by 70 fields. Size is about 123mb in excel.
I'm developing in 2007 however some have Access 2003. The network chosen to put it on is overfull with terabytes of data.
I was recently told it was to have 30+ users while we talked about 8. Love when that happens.
It uses three subforms with a select button that is used as criteria. These subforms are tables with related criteria and a check box. example department, warehouse etc.
I trimmed down the fields of the primary data set into a Minimal table used for counts and created index numbers for text based selectors. Went from 2 minutes to return count to about 5 seconds. So far so good.
Concerns: With multiple users
Users with 2003 just seem to have slowness when loading forms although there is not a bound record set. Their initial counts often did not finish. I did modify the pagefile.sys on my computer.
Currently a single database (Not Split) will users compete when selecting criteria?
If users used the same front end would there be any difference. Would there be any performance gains?
If there would be conflicts, could I create user specific variables (as in lists)to resolve.
I do not have the options for users to have their own version of database or their own front end. SQL Server backend is not feasible.
Any suggestions? I have searched the web over and feel a bit restricted.
Thanks.
JMP
194k rows by 70 fields. Size is about 123mb in excel.
I'm developing in 2007 however some have Access 2003. The network chosen to put it on is overfull with terabytes of data.
I was recently told it was to have 30+ users while we talked about 8. Love when that happens.
It uses three subforms with a select button that is used as criteria. These subforms are tables with related criteria and a check box. example department, warehouse etc.
I trimmed down the fields of the primary data set into a Minimal table used for counts and created index numbers for text based selectors. Went from 2 minutes to return count to about 5 seconds. So far so good.
Concerns: With multiple users
Users with 2003 just seem to have slowness when loading forms although there is not a bound record set. Their initial counts often did not finish. I did modify the pagefile.sys on my computer.
Currently a single database (Not Split) will users compete when selecting criteria?
If users used the same front end would there be any difference. Would there be any performance gains?
If there would be conflicts, could I create user specific variables (as in lists)to resolve.
I do not have the options for users to have their own version of database or their own front end. SQL Server backend is not feasible.
Any suggestions? I have searched the web over and feel a bit restricted.
Thanks.
JMP