Hi,
In Access 2000, is it possible to open a local html file and be able to link to a specific section in a page. The page is not on the web it just lives locally. I want to be able to click buttons from different forms in my db and it will link to certain sections in this html page.
I have used these tags throughout my html document
<A NAME="section_name">
and then tried using
Dim LocalURL As String
LocalURL = "C:\Backup\temp.htm#section_name"
junk = fHandleFile(LocalURL, WIN_NORMAL)
I use the above code to open URL's from my Access DB and it opens the temp.htm without the "#section_name" but not with it.
If this is possible, could someone please show me how.
Thanks
Jim
In Access 2000, is it possible to open a local html file and be able to link to a specific section in a page. The page is not on the web it just lives locally. I want to be able to click buttons from different forms in my db and it will link to certain sections in this html page.
I have used these tags throughout my html document
<A NAME="section_name">
and then tried using
Dim LocalURL As String
LocalURL = "C:\Backup\temp.htm#section_name"
junk = fHandleFile(LocalURL, WIN_NORMAL)
I use the above code to open URL's from my Access DB and it opens the temp.htm without the "#section_name" but not with it.
If this is possible, could someone please show me how.
Thanks
Jim