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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. DavidB12345

    Highlight Text on Linked Page

    On page with a lot of text, highlighting the specific text focuses the user's attention on the information you want to be seen. To highlight specific text on a page use the following code: Page.htm <HTML> <HEAD> <TITLE></TITLE> <script language=&quot;JavaScript&quot;><!-- function...
  2. DavidB12345

    From Ms Access Open a Word document at a Bookmark

    Hi, I am trying to open a Word document at a bookmark location from a button on an Access Form. The following code works to open the document: Call Shell(&quot;winword &quot;&quot;c:\folder\myDocument.doc&quot;&quot;&quot;,1) The Word Macro that goes to the bookmark is...

Part and Inventory Search

Back
Top