I have the following textarea code
<textarea name='txtModReason' value='<%= rsZipcodes "ModificationReason") %>' cols='35' rows='2'></textarea>
When an entry is made in this field and saved, the entry is does show up in the underlying field in the table. However, when the form is reopened to the same record, the textarea is blank. Can a textarea display data or is it an input only type of thing?
<textarea name='txtModReason' value='<%= rsZipcodes "ModificationReason") %>' cols='35' rows='2'></textarea>
When an entry is made in this field and saved, the entry is does show up in the underlying field in the table. However, when the form is reopened to the same record, the textarea is blank. Can a textarea display data or is it an input only type of thing?