Using Access97 I want to pause code in an event procedure until a file downloads from the net. I'm using the FollowHyperlink method to access a zip file. After it downloads I can use Shell/Wait to unzip the file, but need a method to pause the code during the actual download procedure. I'm experimenting with DoEvents and with OnTimer routine, but haven't found a way to make it work yet.
Any tips?
AvGuy
Any tips?
AvGuy