B
Bob
I am running a series of delete and append queries from
an Access application running on laptops. The laptops
connect by dial-up to a RAS server and the target Access
database is on a server at the dial-in location.
The queries are deleting or appending just a few records
and the target tables contain only a few records but each
one takes 2 or 3 minutes to complete. If the tables were
in the laptop database they would run in a couple of
seconds.
I am using VB to run 6 SQL query statements. For example:
DoCmd.RunSQL "INSERT INTO products " _
& "IN '\\server\public\orderquotes\orderdata.mdb' " _
& "SELECT * FROM products " _
& "WHERE stMASordernum = [forms]![form1]!stMASorderid];"
I have removed the indexes from the target tables but
that was no help.
Many thanks to anyone who can help me with this.
an Access application running on laptops. The laptops
connect by dial-up to a RAS server and the target Access
database is on a server at the dial-in location.
The queries are deleting or appending just a few records
and the target tables contain only a few records but each
one takes 2 or 3 minutes to complete. If the tables were
in the laptop database they would run in a couple of
seconds.
I am using VB to run 6 SQL query statements. For example:
DoCmd.RunSQL "INSERT INTO products " _
& "IN '\\server\public\orderquotes\orderdata.mdb' " _
& "SELECT * FROM products " _
& "WHERE stMASordernum = [forms]![form1]!stMASorderid];"
I have removed the indexes from the target tables but
that was no help.
Many thanks to anyone who can help me with this.