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!

Recent content by DavidB12345

  1. DavidB12345

    Highlight Text on Linked Page

    David Dorward http://david.us-lot.org/ replied to my question. His solution works on the current as well as the linked page. However, you cannot use frames. I implemented his answer as follows: Highlighted Page 1 - Doward.htm <!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0...
  2. 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...
  3. DavidB12345

    From Ms Access Open a Word document at a Bookmark

    I figured out how to open Word at the Bookmark from Access by experimenting with starting Word from the RUN command. Apparently, I hadn't used all the possible choices for inserting the macro switch. The following steps work: First, Create the Bookmark in Word: (bookmark = FilePrep) Sub...
  4. 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