I have 2 queries that populate a third query using cfloop and querynew. The third query, "table1", works just fine. But I am using a java format cfgrid to output "table1". I want to highlight, change color, or something, when the value in one column's row does not match another ...
I'm trying to set an update page where users can add data to existing database entries. I have a query to get tour dates, which are listed on the page. Any user can add any missing information from the tour date information.
I have a form that contains a <cfoutput> which lists several records. I want to pass the value of the form field to my action page. In the form the "name" of the form field is set as follows: name="guests#RecordCounter#" where RecordCounter is the index number.