Ask a Question related to Coldfusion Database Access, Design and Development.
-
AWZ #1
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
-
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... -
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 ... -
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... -
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... -
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... -
Dan Bracuk #2
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
-
AWZ #3
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



Reply With Quote

