Returning to Last Edited Record

illdill

Registered User.
Local time
Today, 06:35
Joined
May 9, 2008
Messages
37
Using FrontPage against Access DB...

I have a search form, displays mathcing records with an update button. Update button submits data to update form, update form updates record and returns to search form.

I want it to return to the record I have just edited. Here is what I have attempted:

I have created a new results page with only id as the parameter and am trying to pass the id value from the update form as follows:

<META HTTP-EQUIV="refresh" content="1;URL=http://atheists.local/atheistsdb/library/edit/EditResultsReturn.asp?id=%%id%%"

I get 'No records returned' - I assume that the id value is not passing to the results form..?

Thanks
 

Users who are viewing this thread

Back
Top Bottom