rborc415 wrote:
> I've been knocking around with what you suggested and
I'm kind of flying blind
> at this point... could I ask you to be a little more
specific?
Basically, what you are doing is creating a search page. If
the search
produces a result, you want to display an update form. You
can either do
it all in one page, and control what it displayed with
conditional
logic, or you can use session variables pass the information
from one
page to the next.
The basic way to do it with separate pages is to create a
search form in
page 1. Get the user to enter the four items. Send the form
using the
GET method to page 2.
In page 2, create a recordset to search for the record, using
the $_GET
variables. If the recordset is empty, display a message
saying "record
not found". If the recordset is not empty, display the
results in an
update form, using readonly fields for the already-registered
values.
Use ordinary text fields for the items you want the user to
fill in.
Apply an Update Record server behavior.
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/