access - how can I make feilds into clickable links?

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default access - how can I make feilds into clickable links?

    ok what I want to do is pull the feilds from teh database [sorted that much
    out myself along with the update and delete stuff etc] but what is really
    giving me probs is I want a list of headlines that when clicked will pull
    the feilds from that record out on another page.
    I'm not sure wether this could be done with session's or what........
    if I knew exactly whjat to search for it would be a start....LOL
    Sorry for being so vauge but thanks in advance.

    Wayne...


    Wayne... Guest

  2. Similar Questions and Discussions

    1. IPN not returning any form feilds
      I am setting up a simple subcription process using Paypals IPN to update my database. For some reason IPN does not appear to be posting any feilds...
    2. Shapes into clickable links??
      Can I make a shape (tweened) into a clickable link? I am actually JUST beginning to learn Flash so I'm not sure if this is at all possible. I...
    3. Make entire SWF file a clickable link?
      Hello, I'm creating a banner for my web site and I'd like to make it so that you can simply click anywhere on the SWF file and be taken to the...
    4. Make a random flash file (swf) fully clickable
      I have a customer page with an administrative section. In this section, the customer can upload all kinds of files (.gif, ..jpg, .swf) and add as...
    5. how to make url links on a bitmap?
      i'm having problem on bitmaps on how to put a link on it. could somebody help?
  3. #2

    Default Re: access - how can I make feilds into clickable links?

    You can find some database tutorials among the links here:

    [url]http://www.aspfaq.com/2183[/url]

    --
    [url]http://www.aspfaq.com/[/url]
    (Reverse address to reply.)




    "Wayne..." <wayne@secretwebdesign.com> wrote in message
    news:40bd2ccf@212.67.96.135...
    > ok what I want to do is pull the feilds from teh database [sorted that
    much
    > out myself along with the update and delete stuff etc] but what is really
    > giving me probs is I want a list of headlines that when clicked will pull
    > the feilds from that record out on another page.
    > I'm not sure wether this could be done with session's or what........
    > if I knew exactly whjat to search for it would be a start....LOL
    > Sorry for being so vauge but thanks in advance.
    >
    > Wayne...
    >
    >

    Aaron [SQL Server MVP] Guest

  4. #3

    Default Re: access - how can I make feilds into clickable links?

    On Wed, 2 Jun 2004 02:26:28 +0100, "Wayne..."
    <wayne@secretwebdesign.com> wrote:
    >ok what I want to do is pull the feilds from teh database [sorted that much
    >out myself along with the update and delete stuff etc] but what is really
    >giving me probs is I want a list of headlines that when clicked will pull
    >the feilds from that record out on another page.
    >I'm not sure wether this could be done with session's or what........
    >if I knew exactly whjat to search for it would be a start....LOL
    >Sorry for being so vauge but thanks in advance.
    It's not a database issue. Simply do your query and display the
    headlines, but in your code display them as links to a new ASP page
    that runs a query and pulls the fields you wish for display based on
    the link you provided. Sessions are one way, or use a
    Request.QueryString (Or Request.Form if you use a form for the first
    display...).

    Google for tutorials/example code.

    Jeff
    Jeff Cochran Guest

  5. #4

    Default Re: access - how can I make feilds into clickable links?

    This might help give you some ideas:

    ASP Design Tips - QueryString
    [url]http://www.bullschmidt.com/devtip-querystring.asp[/url]

    Best regards,
    J. Paul Schmidt, Freelance ASP Web Consultant
    [url]http://www.Bullschmidt.com[/url]
    ASP Design Tips, ASP Web Database Demo, Free ASP Bar Chart Tool...


    *** Sent via Devdex [url]http://www.devdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Bullschmidt 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