Hi,
I have a large table which inserts data into the database. The problem is when the user edits the table I have to:
- run the query
- use lots of lines like
value="<cfoutput>getData.firstname#</cfoutput>
in the input boxes.
Is there a way to bind the form input boxes to the database via a cfc or cfm file?
Many Thanks,
R