cfm code for form field to input into access database

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default cfm code for form field to input into access database

    would anyone take a few seconds to give some extremely newbie info...

    I want to take a few form fields (Name, phone, etc)... take those form fields
    and store that input in the access database (let's call it DATA.mdb). Basically
    use the CFM page as a GUI for the database.

    Thanks!

    AWZ Guest

  2. Similar Questions and Discussions

    1. CFLOOP, Updating a field in Access database
      I need to update a field in an Access database. The numbe rneeds to have four characters and increment by one. Currently I can update all of the...
    2. Selecting one particular field in the same Access database table?
      Is there a way of selecting one particular field in the same Access database table? eg. database is - ID: 1 ...
    3. Connecting a Dreamweaver input form to Access
      Hi I have created a an input from for my Dreamweaver website; I would like people to fill out the form with their name, email etc After they...
    4. PHP code in form field - var_export() (slashes)?
      O.K. I am collecting PHP code in a textarea and then using var_export() to a file for later use. In the file, the PHP is in single-quotes. I am...
    5. I need help. I am having trouble clearing a field in an Access database.
      I don't know what to use to clear a field in an MSAccess database. I can update fields in the database and delete whole records but I have not...
  3. #2

    Default Re: cfm code for form field to input into accessdatabase

    If you are that new, consider doing some of the tutorials at easycfm.com. Here
    is one that gives you the general idea. [url]http://tutorial1.easycfm.com/[/url].

    By the way, that tutorial uses a tag called cfinsert. Personally I think that
    the cfquery tag is better in that it gives you more control over what is
    happening. You do know sql, right?

    Dan Bracuk Guest

  4. #3

    Default Re: cfm code for form field to input into accessdatabase

    Dan, that's exactly what I needed. I do knows simple SQL and can handle that. Thank you for your time.


    AWZ 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