Skip to main content
September 15, 2009
Question

Insert record behaviour problem

  • September 15, 2009
  • 1 reply
  • 477 views

I have created a page with a form. As part of that form I have included a hidden field which is the id and adds a date and time stamp.

I have added an Insert record behaviour which adds all the data to an Access database table. This works OK.

However I also want the behaviour to move to a details page which should display the details just entered when submit is presed. It will not pass the id details across and therefore displays the default record for the hidden field.

Anyone shed any light on what might be wrong?

Thanks

This topic has been closed for replies.

1 reply

Participating Frequently
September 15, 2009

We're really operating in the dark without seeing any code or at least a link to a url. How are you generating this ID? Are you passing it in the query string to the detail page? Do you see it actually being passed in the query string?

Lon_Winters
Inspiring
September 15, 2009

Yes, it is confusing as to what this hidden field contains.  Are you saying that the time stamp is also serving as the DB PK field?