I have developed a database driven application using the database wizard to
connect to an Access database using ASP. The application is for a cell phone
provider. The database results page displays cell phones. When the customer
selects a phone, I want to pass the model name to a separate order form.
The form will then be recorded in the order table in the database. Any idea
how to pass a database field on one page to a form field on another?

Re: Database Application by Stefan

Stefan
Sun Oct 30 03:28:25 CST 2005

See http://home.att.net/~codelibrary/FrontPage/tweaks.htm#Passing%20Query%20Values

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


"Sharon Gano" <SharonGano@discussions.microsoft.com> wrote in message news:57CDF34C-468D-4F88-BCB2-70821FE9ADEE@microsoft.com...
|I have developed a database driven application using the database wizard to
| connect to an Access database using ASP. The application is for a cell phone
| provider. The database results page displays cell phones. When the customer
| selects a phone, I want to pass the model name to a separate order form.
| The form will then be recorded in the order table in the database. Any idea
| how to pass a database field on one page to a form field on another?