In 1997 I created an Access database to log the calls into our Customer Service Center.
Being inexperienced, I placed the database on a shared network drive and placed a short cut for the staff who log calls, Usually around 3-5, I also have a front end that the various departments can access their calls data (20 +). This has worked flawlessly 24-7 for the past 5 years with around 12000+ calls being logged monthly.
Recently we have decided to take on more departments who want additional data tracked. I looked at this as an opportunity to improve the database with my major goal being frontend-backend for all.
My main form consists of basic information including 4 drop downs based on other tables and 3 text fields that do a Dlookup() once data is entered in a field. This works perfectly until I move the backend onto the shared drive (only the tables).
Everything seems to work correctly the form loads quickly the drop downs are instantious and the dlookups are quick I can navigate between existing records quickly. The problem is when I try to move to a new record I sit there for about 5 seconds and watch as each field slowly clears from the form before it moves to a new record. If I don’t split the database and have everything sitting out on the shared drive it works perfectly. Since most of the time new records are being added this is unacceptable.
The form has its datasource set directly to a table. I am doing this in Access 97 and our network is Novell.
I appreciate any thoughts or Ideas on why this is happening. Thanks
Being inexperienced, I placed the database on a shared network drive and placed a short cut for the staff who log calls, Usually around 3-5, I also have a front end that the various departments can access their calls data (20 +). This has worked flawlessly 24-7 for the past 5 years with around 12000+ calls being logged monthly.
Recently we have decided to take on more departments who want additional data tracked. I looked at this as an opportunity to improve the database with my major goal being frontend-backend for all.
My main form consists of basic information including 4 drop downs based on other tables and 3 text fields that do a Dlookup() once data is entered in a field. This works perfectly until I move the backend onto the shared drive (only the tables).
Everything seems to work correctly the form loads quickly the drop downs are instantious and the dlookups are quick I can navigate between existing records quickly. The problem is when I try to move to a new record I sit there for about 5 seconds and watch as each field slowly clears from the form before it moves to a new record. If I don’t split the database and have everything sitting out on the shared drive it works perfectly. Since most of the time new records are being added this is unacceptable.
The form has its datasource set directly to a table. I am doing this in Access 97 and our network is Novell.
I appreciate any thoughts or Ideas on why this is happening. Thanks