edit confirmation page

J

Jimmy

After creating a form page to be placed in access, how
can you edit the order on the confirmation page. When
data is entered by customer, it comes out in a different
order than the form shows. Thanks for help.
 
A

Andrew Murray

the default confirmation page should list the fields/results in the order the
fields are on your form.

If you create the custom confirmation form with confirmation fields, then you can
put them in whatever order you like, but there's no control over the default
confirmation page fields (the one frontpage generates), except which ones to
list/exclude/send via email/send to file etc.

Under [right-click menu] > Form Properties > Options (or Insert > Form > Form
properties > Options)
 
J

Jim Buyens

You have to create a custom confirmation page. Here's the
procedure.

1. Open a new, blank Web page.
2. For each field you want the confirmation page to
display, choose Insert, Web Components, Advanced,
Confirmation Field, Next, and then enter the name
of the form field.
3. Arrange and format the rest of the form any way you
want, then save it with an .asp filename extension.
4. Open the forms page.
5. Right-click the form area, and choose Form
Properties.
6. Click Options and then, on the Database Results tab,
enter the URL from step 3 into the box titled
URL Of Confirmation Page (Optional).
7. Save and test.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
Top