Hello again all.
I have a access table with the following fields
Products, price, ordered, remain
Being new to ASP's and I can't find the proper syntax to make my page search the database properly and display it on a different page. My question is, what's the syntax to display data from the database not to display it from the input form as the following example:
********************************************************
<table border="0" width="377">
<tr>
<td width="139" align="right"><font face="Verdana, Arial, Helvetica"><u><b>Name:</b></u></center>
<td width="222" align="right"><font face="Verdana, Arial, Helvetica"><b>
<p align="left"><%=request.form("name"%></b></font></td>
</tr>
</table><font face="Verdana, Arial, Helvetica">
********************************************************
I can do everything else, but not displaying from database.
Can please someone tell me what my syntax would look like to do this right?
I'm desperate. Thank you very very much guys. QUOTE OF THE DAY
Everyone you meet knows something you don't know. Be willing to learn from them.
Jr_Clown )