Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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?
Copy link to clipboard
Copied
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?