Question
Keep old value of recordset
I have a page that would update some textboxes, I like to keep the old value (before update) to compare with the new value.
I used <cfif IsDefined("Form.submit")> , but doesn’t work bioth value are the same(the value from the textbox and the recordset value.
