PhoenixDon
MIS
Hello all,
I have a Access DB and want to add code that opens a hyperlink. So far, this works:
Application.FollowHyperlink "http:\\ , True
However, users want an Option Group with either "Internet Explorer" or "FireFox". Depending on what they are doing and the URL they are attempting to access, they need to quickly be able to open the URL with either browser.
We had an APP written in .NET that did this, but the guy who wrote it quit and insisted the company stop using it.
Thanks,
Don in Phoenix
I have a Access DB and want to add code that opens a hyperlink. So far, this works:
Application.FollowHyperlink "http:\\ , True
However, users want an Option Group with either "Internet Explorer" or "FireFox". Depending on what they are doing and the URL they are attempting to access, they need to quickly be able to open the URL with either browser.
We had an APP written in .NET that did this, but the guy who wrote it quit and insisted the company stop using it.
Thanks,
Don in Phoenix