-----Original Message-----
I have a big problem!!!
I have a form with 7 textboxes and four boxes must be
posted in the same field in a tabel in an Access database,
and the rest of 3 textboxes are common to all the records
that are posted.
How can I post this using fp?
is it posible?
if not please tell me how to do this some other way.
This isn't possible using only the Form Properties options
in FrontPage. You would have to save the seven text boxes
to seven database fields, and then create an Access query
that merged the four fields into one. If the four fields
were firstname, mi, surname, and sfx, you could code the
Access query field as:
[firstname]&" "&[mi]&" "&[surname]&" "&[sfx] As fullname
Otherwise, you'd have to write the page in ASP and code
the necessary logic there.
Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*