Link Access form to web

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

  1. #1

    Default Link Access form to web

    Is it possible to link forms developed using Access 2K
    with an asp page? I want to be able to pass on the order
    no. by clicking to an access form and display results.

    Is it possible? If yes, can you give me some leads how
    to do?

    Thanks in advance,
    -KG

    KG Guest

  2. Similar Questions and Discussions

    1. Link form fields?
      No but you can have expanding/shrinking fields with Adobe Livecycle Designer bundled with Acrobat 7, 8 and 9 Pro under Windows ... Livecycle is...
    2. Help needed with ASP form browse for file, create link to file and insert in access database
      I have a form where a user enters their name, date etc. i also want them to be able to click on a browse button and select a file which will then...
    3. Using link to submit a form
      Hi everyone, Can I replace "Submit" buttons on forms with a text button? I need to be able to click on a link: <a...
    4. How to hide URL but it's not from a form just a link ?
      How can I hide this link so value can't be changed? I don't want to change anything at the server level, and its not from a form so I cant do a...
    5. email link in access
      is there any way i can put a email link in access, i.e. i want to open up my email editor when i click on the hyperlink, the reason why im askin...
  3. #2

    Default RE: Link Access form to web

    Hi KG,

    Best solution I can think of is to create a link dynamically on the form.
    The url can contain variables you can use to find the ID and other data.
    The url would look like
    [url]http://servername/results.asp?DataID=1823&Otherdata=38[/url]

    Article 300505 shows you how to use the querystring in asp:
    [url]http://support.microsoft.com/default.aspx?scid=kb;en-us;300505[/url]


    Regards,

    Ralph
    Microsoft

    Ralph Hodenius [MS] 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