Hi,
You can use it this way too for more readablilty
Your code
Code:
Recordset2.Fields.Item("Title1").Value
Can be used as
Code:
Recordset2("Title1")
The question I have now is
1) Can you post the Select Statement that you used in this page?
2) What datatype is Paragraph1 in your database?
3) Does that error occur just after displaying Paragaraph1 Value?
If "Yes" for 3rd Question, then I feel your select statement could be fine tuned to resolve this.
Are you using it this way ?
Code:
"Select * from TABLE_NAME"
If so try this one instead. (follow this Order in the selectlist)
Code:
"Select MainTitle1, Pic1, Title1, Title2, Title3, Paragraph1, Paragraph2, Paragraph3 from TABLE_NAME ...."
Hope that Helps.
Cheers!
_________________________
-Vijay G

Strive for Perfection
