I have Form with a 6 text areas linked to memo fields. There are 2
problems.
On tabbing from fields, the cursor goes to the middle of the Memo field.
Even when I go to the beginning of the text area and enter some data and
the data is saved to the DB there are some quirks.
The field in the database (Access) has some funny little squares .When I
pull up the data for update the string entered earlier appears in the
middle of the memo field. I have tried Trim but no use.
Code used to add the text area data .
objRS("strFutureExpenses") = Trim(Request.Form("FuturePurchases"))
When I just display the contents of "FuturePurchases" it is correct
When I use it in a textarea as a default value I adds to 'tabs' in front
of the contents of 'FuturePurchases".
Any help is appreciated.
Bart Kumbruck