Slopey
Posts: 33
|
| Posted: 03/11/2007, 1:27 PM |
|
Hi All,
I've got a form called NewRecord on which I have a textarea, TextArea1, and a button. In the server on click event of the button I have;
SQL = "UPDATE Timesheet SET TimesheetReason = '" & newRecord1.TextArea1.value & "' WHERE TimesheetId = " & Cstr(myTimesheet)
Connection1.Execute(SQL)
However, when this code is run it always puts a blank into the field - it's not null, it's just "".
Is .value the wrong property to use?
Cheers,
S.
|
 |
 |
Slopey
Posts: 33
|
| Posted: 03/12/2007, 7:26 AM |
|
Solved - deleted the page, recreated and its working fine now - very odd however 
|
 |
 |
|