A friend of mine created a do write.asp file to display recorded mdb data.
Unforunately for me it's straight ASP without any html tag formatting except for <br>.
Conceptually I want to have his lines such as:
Response.Write "DateTime = " & objRS("DateTime")&"<br>"
placed into specified cells, i.e.:
<td>Response.Write.....</td>
Have I given enough info for a response?
Unforunately for me it's straight ASP without any html tag formatting except for <br>.
Conceptually I want to have his lines such as:
Response.Write "DateTime = " & objRS("DateTime")&"<br>"
placed into specified cells, i.e.:
<td>Response.Write.....</td>
Have I given enough info for a response?