R
Rob
We have an .mdb file which is distributed among several disconnected users,
and we periodically issue an update to the database with an "updater"
database. This updater copies new records to the users' Db's, plus it copies
a large collection (a couple hundred or so) of queries using the
TransferDatabase method.
One of our users recently went to Access 2007, and is having trouble with
the last part: the program in the macro stops before sending the gueries to
the target DB to ask for the user's permission to complete the operation. It
asks this for each of the 200 queries (which is clearly a problem). How can
I get around this problem? Is there a security setting I can suggest that
the user use, or an option in the TransferDatabase method which might work?
and we periodically issue an update to the database with an "updater"
database. This updater copies new records to the users' Db's, plus it copies
a large collection (a couple hundred or so) of queries using the
TransferDatabase method.
One of our users recently went to Access 2007, and is having trouble with
the last part: the program in the macro stops before sending the gueries to
the target DB to ask for the user's permission to complete the operation. It
asks this for each of the 200 queries (which is clearly a problem). How can
I get around this problem? Is there a security setting I can suggest that
the user use, or an option in the TransferDatabase method which might work?