ASP/VBS Access DB - Create multiple records on onepage

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Re: ASP/VBS Access DB - Create multiple records on onepage

    Hi
    " . . on the - " what ?
    I'm not sure exactly what you mean, but I'm sure that you can just read the
    records created back into a recordset and display on the page. If you're not
    sure how many will exist, can you not just set up a loop ?

    cheers
    ajm

    ajm4961 Guest

  2. Similar Questions and Discussions

    1. Help with the basics of setting up permissions for onepage
      I am just beginning to explore Contribute (I have been a Dreamweaver user for years) and am in need of a way to provide different users access to...
    2. CF Multiple Queries, Multiple Records
      All, I've got three queries all passing variables from previous queries. The issues? The second query returns 4 records. I want to use IDs for...
    3. update multiple records in multiple tables from one form
      hello I have been trying to run multiple update queries based on the data entered by user. Brief background: I am fetching data from various...
    4. multiple records per row
      Ok guys, this is a simple question I know but I'm a php noob. I can display 1 record per row just fine, exactly the way I want, however, I want to...
    5. Is it possible to create multiple PDF files from a single MS Access report run.
      I do a significant amount of reporting out of Microsoft Access databases and I an looking to increase our effeciency by utilizing PDF files for...
  3. #2

    Default Re: ASP/VBS Access DB - Create multiple records on one page

    Sorry I thought it might be confusing,

    I have a page with a form i.e.

    Atextfield1 Btextfield1 Ctextfield1
    Atextfield2 Btextfield2 Ctextfield2
    Atextfield3 Btextfield3 Ctextfield3

    I would like to insert the 3 records into a database - is this possible?

    Regards,

    Sanjay


    "ajm4961" <webforumsuser@macromedia.com> wrote in message
    news:cv06l1$bk$1@forums.macromedia.com...
    > Hi
    > " . . on the - " what ?
    > I'm not sure exactly what you mean, but I'm sure that you can just read
    the
    > records created back into a recordset and display on the page. If you're
    not
    > sure how many will exist, can you not just set up a loop ?
    >
    > cheers
    > ajm
    >

    Sanjay Guest

  4. #3

    Default Re: ASP/VBS Access DB - Create multiple records on one page

    This may be what you are looking for:
    [url]http://www.webthang.co.uk/tuts/tuts_dmx/rob8/rob8.asp[/url]

    info@exceedion.com 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