Access DB - Modifying Display

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Access DB - Modifying Display

    I have an Access table with columns as follows: 'Date' 'Title' 'Document'.

    The document is a text field hyperlinking to a pdf document.

    I want to only display 'Date' & 'Title' on my Web page and have the 'Title'
    bring up the pdf document when selected. Can I do that? ... How?

    I'm using Studio 8 on XP Professional (SP2)

    Ektisa Guest

  2. Similar Questions and Discussions

    1. Modifying the PDF content on the fly from PHP/GNU C++
      Hi, We have an existing PDF file - the brochure template. We would like to go through the database and replace the very small portion of the...
    2. Modifying pages
      I have already built my site and have added some extra content to my pages. Each page has a footer with 3 buttons - Right now if I move the header...
    3. display record like an MS Access form
      Hi, learning CF and enjoying it, but looking for the best technique to use. Using Access for the DB and have a website building on the fly with data...
    4. Data in Access database changed when display in website
      Hi Everyone, I am trying to figure why the data of an Access database changed when displayed in a web-based administrative tool. The column data...
    5. Modifying Forms
      This doesn't sound too hard, just hide controls for one type and when you select the other hide and make visible the other. ...
  3. #2

    Default Re: Access DB - Modifying Display

    I found the answer to my question. The answer was so simple as a beginner I
    didn't even think to look there. Under properties for the 'Title' field I used
    the 'link' field to bring up the 'Document' field when selected by the browser.

    Ektisa Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139