Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Accessing MS Access Form through a Hyperlink on IE6.0 1

Status
Not open for further replies.

062296

Programmer
Aug 19, 2003
1
US
Hello,
Does anyone know how to create a hyperlink on IE that points to an MS Access Form?
 
Assuming that your Access Form has been created with the «Pages» object, it will create a HTML document in which is embedded the form.

1- On the same computer : simply write the path in the adress bar in IE (like c:/mydocuments/etc.../accessForm.htm)

2- From another computer : you will have to set up a Web Server and everything needed in order to access the form (always embedded in a HTML document)

PS : it could also be embedded in a ASP, XML and the like page.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top