W
whyloo
Hi
I am creating a website in Frontpage that posts information into three
different tables in Access.
Do I create three different forms on one html page, for each database
connection to a table?
My code looks something like this:
<form method="POST" action="--WEBBOT-SELF--" name="Employee">
<!--webbot bot="SaveDatabase" -->
Something something
</form>
<form method="POST" action="--WEBBOT-SELF--" name="Hours">
<!--webbot bot="SaveDatabase" -->
Something something
</form>
<form method="POST" action="--WEBBOT-SELF--" name="Allocation">
<!--webbot bot="SaveDatabase" -->
Something something
</form>
(This is for an online timesheet.)
Thanks!!
I am creating a website in Frontpage that posts information into three
different tables in Access.
Do I create three different forms on one html page, for each database
connection to a table?
My code looks something like this:
<form method="POST" action="--WEBBOT-SELF--" name="Employee">
<!--webbot bot="SaveDatabase" -->
Something something
</form>
<form method="POST" action="--WEBBOT-SELF--" name="Hours">
<!--webbot bot="SaveDatabase" -->
Something something
</form>
<form method="POST" action="--WEBBOT-SELF--" name="Allocation">
<!--webbot bot="SaveDatabase" -->
Something something
</form>
(This is for an online timesheet.)
Thanks!!