Display data from form on results page

  • Thread starter Thread starter David
  • Start date Start date
D

David

Hi All,
I'm trying to set up a page that will display the results of a form entry. I
have set up a form to enter data into an access database. What I would like
is to take the data from this form and display it on a page that can be
printed after the form has submitted to the database. I thought I had it set
up, but instead of only showing the data from the last form submitted it
shows all the entries in the database.

Thanks,
David
 
David said:
Hi All,
I'm trying to set up a page that will display the results of a form entry.
I
have set up a form to enter data into an access database. What I would
like
is to take the data from this form and display it on a page that can be
printed after the form has submitted to the database. I thought I had it
set
up, but instead of only showing the data from the last form submitted it
shows all the entries in the database.

Thanks,
David

By default it will show all entries. I think what you need to use is the
"confirmation page" which is shown after the data is submitted; this can
also show the fields and values from the form on that confirmation page.

The Confirmation page settings is under Form properties (right click the
form, select "PRoperties) then go through the various tab/screens to find
"Confirmation Page".

The confirmation fields, are under Insert menu I think, (under "web
component" or similar).
 
Back
Top