donishere
Programmer
- May 7, 2002
- 101
I made a recordset from a query. I'm trying to make an HTML form with a field pre-populated with the value of a field from my query. However, it's not returning the value. The funny this is, though, I can get the value to print at the top of the web page but the exact same field will not pre-populate the text field of the form that's in the middle of the page.
<%=(recordsetDealerInfo.Fields.Item("dlComments"
.Value)%>
- Value will print at the top of the page
- Value will NOT pre-populate web form text field OR anyone else on the page for that matter.
Anyone know what's going on?
<%=(recordsetDealerInfo.Fields.Item("dlComments"
- Value will print at the top of the page
- Value will NOT pre-populate web form text field OR anyone else on the page for that matter.
Anyone know what's going on?