I'm not sure how to call text entered in a form, and call it back from my database onto a view spreadsheet.
This is what I have, but I know I'm not even close.
From my form everythiong does go into my database.
machineissues = String("Cmachineissues")
issues = String("Cissues")
Then I call it up in my table to view. All my data is shown, but not words.
<td colspan="3" rowspan="15" align="left" valign="top">
<%=machineissues%> </td>
<td colspan="6" rowspan="9" valign="top"> <%=issues%> </td>