A
Anne
Here's the code:
Dim dbsTemp As Database
DoCmd.Hourglass True
Set dbsTemp = OpenDatabase"\\wroroch3UpdatePersonal\
PersonalUpdateRoch.MDB", True)
Every time it hits the "Set dbsTemp" line, Access (97)
freezes (not responding in task manager). This has worked
quite well before. I've tried creating an entirely new
module in a new database, with the same results. The only
change in the environment was the windows updates of the
past few months, I've removed them all and still get the
same results.
Dim dbsTemp As Database
DoCmd.Hourglass True
Set dbsTemp = OpenDatabase"\\wroroch3UpdatePersonal\
PersonalUpdateRoch.MDB", True)
Can anyone tell me what might be wrong? Thanks for any
help you can offer, I'm really stuck here.
Dim dbsTemp As Database
DoCmd.Hourglass True
Set dbsTemp = OpenDatabase"\\wroroch3UpdatePersonal\
PersonalUpdateRoch.MDB", True)
Every time it hits the "Set dbsTemp" line, Access (97)
freezes (not responding in task manager). This has worked
quite well before. I've tried creating an entirely new
module in a new database, with the same results. The only
change in the environment was the windows updates of the
past few months, I've removed them all and still get the
same results.
Dim dbsTemp As Database
DoCmd.Hourglass True
Set dbsTemp = OpenDatabase"\\wroroch3UpdatePersonal\
PersonalUpdateRoch.MDB", True)
Can anyone tell me what might be wrong? Thanks for any
help you can offer, I'm really stuck here.