If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Microsoft Access > How can I open a HTM by code

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-13-09, 13:36
mhb300 mhb300 is offline
Registered User
 
Join Date: Jan 2009
Posts: 22
Question How can I open a HTM by code

Hi

I have a code for open a website

Code:
Shell "RUNDLL32.EXE URL.DLL,FileProtocolHandler www.google.com"
But I want a code for open any website from my field
Reply With Quote
  #2 (permalink)  
Old 01-13-09, 14:10
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,098
I have no clue what you're trying to do based on that code.

You want to launch a website in explorer from access or you want to display the markup returned by the server in an access form?
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
  #3 (permalink)  
Old 01-13-09, 14:17
mhb300 mhb300 is offline
Registered User
 
Join Date: Jan 2009
Posts: 22
Hi

Thank you
I know the answer now

Code:
Shell "RUNDLL32.EXE URL.DLL,FileProtocolHandler " & [a]
The [a] is field .
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On