CFUPDATE multiple records
I have a form fields that I built with CFLOOP from data in my database. Here is my problem the table has an ID field for each record, there is also a comment_ID field so that I can keep them grouped however each of the added comments are in a new record. I have an update form built and I want them to be able to click the update button and update each of the comments fields for that topic (hence the comment_ID) the update would have to be by the comment_ID and ID. I am not sure how to do this, do I need a CFLOOP statement or what? Anyone have any ideas or a sample would be great.
Note I am using FileMaker as my DB