Please help....Novice in need of assistance.

S

Scott

I have created an input form in FrontPage 2k. The destination is an Access 2k Db

The form consists of a single combo with Employees name and enough text boxes to write up to 5 records at a time

When submitted, the intention is to write between 1 and 5 records into a single table in the database; depending on how many lines are completed by the user

The Employee name will be assigned to each record

Any help will be greatly apreciated.
 
M

MD WebsUnlimited.com

Hi Scott,

You'll need to go beyond the features of the FP Database Interface Wizard
and code the page in ASP. If you don't have the skills to accomplish that
then consider one record at a time.
--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Try RunASP - Run ASP pages without a web server.
http://www.websunlimited.com/order/product/runasp/runasp.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
----------------------------------------------------------------------------
--------------------
If you think I'm doing a good job, let MS know at [email protected]

Scott said:
I have created an input form in FrontPage 2k. The destination is an Access 2k Db.

The form consists of a single combo with Employees name and enough text
boxes to write up to 5 records at a time.
When submitted, the intention is to write between 1 and 5 records into a
single table in the database; depending on how many lines are completed by
the user.
 
Top