M
mattieflo
Hello,
I currently have users using a MS Access Front End while submitting to a SQL
Server Backend over a WAN. Yes I know I should be using web forms or vb.net
as a frontend, but my company in tough times won't let use those tools for
now. Anyway, I have 100 users of the database using a front end tool to
submit information. All they're doing is using this form is to submit info
over a network.
Anyway, its working smoothly for most of the users, but I'm having the
occasional user freeze up while submitting this information.
The database works like this. The program prompts the user for the location
they working at along with the month and year of the information they are
submitting for. It then takes the information from the SQL Server tables and
populates their local access tables for them to work with. Now that their
Access tables are populated, they make changes to the existing records or add
new records. At the end of this process, all they do is hit a button which
deletes previously what was on SQL Server and replaces it with the new
updated information.This submits approximately 120 lines of information over
the WAN to SQL Server tables. I'm not using pass through queries or anything,
just using the Access query designer to write this query. Should I be writing
these queries different in order to speed up the process? Would pass through
queries speed this up?
I currently have users using a MS Access Front End while submitting to a SQL
Server Backend over a WAN. Yes I know I should be using web forms or vb.net
as a frontend, but my company in tough times won't let use those tools for
now. Anyway, I have 100 users of the database using a front end tool to
submit information. All they're doing is using this form is to submit info
over a network.
Anyway, its working smoothly for most of the users, but I'm having the
occasional user freeze up while submitting this information.
The database works like this. The program prompts the user for the location
they working at along with the month and year of the information they are
submitting for. It then takes the information from the SQL Server tables and
populates their local access tables for them to work with. Now that their
Access tables are populated, they make changes to the existing records or add
new records. At the end of this process, all they do is hit a button which
deletes previously what was on SQL Server and replaces it with the new
updated information.This submits approximately 120 lines of information over
the WAN to SQL Server tables. I'm not using pass through queries or anything,
just using the Access query designer to write this query. Should I be writing
these queries different in order to speed up the process? Would pass through
queries speed this up?