G
Guest
I know this is an odd request. I have the front end that I place up on our
web site for my employees to download when I make updates. I have strict
instructions to make sure they download and replace the existing database in
a specific directory. Inevitably, they save it somewhere else and then call
me to say the updates weren't there.
I'd like to add some code that will change the following registry key so
that the file automatically saves to the directory I want:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer]
@=""
"Download Directory"="C:\\windows\\access"
Any suggestions on a simple way to do that? My code now is a hyperlink to
the file which also closes the database so that they can save the new one and
replace. I'd just like to insert something that defaults the directory to
where I want.
Thanks
web site for my employees to download when I make updates. I have strict
instructions to make sure they download and replace the existing database in
a specific directory. Inevitably, they save it somewhere else and then call
me to say the updates weren't there.
I'd like to add some code that will change the following registry key so
that the file automatically saves to the directory I want:
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer]
@=""
"Download Directory"="C:\\windows\\access"
Any suggestions on a simple way to do that? My code now is a hyperlink to
the file which also closes the database so that they can save the new one and
replace. I'd just like to insert something that defaults the directory to
where I want.
Thanks