P
pjb
I need to set up a button on a form in an .mdb file which takes the values of
two fields on the form and then passes them to an .asp page to do something
like this: (taken from an .html form)
<FORM METHOD="POST" ACTION="asppage.asp">
Value1 <INPUT TYPE="Text" NAME="value1"><P>
Value2 <INPUT TYPE="Text" NAME="value2"><P>
<INPUT TYPE="Submit" VALUE="Submit Details">
</FORM>
two fields on the form and then passes them to an .asp page to do something
like this: (taken from an .html form)
<FORM METHOD="POST" ACTION="asppage.asp">
Value1 <INPUT TYPE="Text" NAME="value1"><P>
Value2 <INPUT TYPE="Text" NAME="value2"><P>
<INPUT TYPE="Submit" VALUE="Submit Details">
</FORM>