Andreas said:
Hi Jim,
Thanks for your reply.
The ID field is available, but because I am not displaying it in the
form, the Submit button does not pass it on.
Have tried to use a hidden field but I can not get it to use dynamic
info, it seems it can only use hardcoded values.
If I use a hyperlink, I can pass the the value but I can not (easily)
access the changed values from the form.
I am really hoping there is a simple way of getting the submit button to
do what it does normally and in addition pass the value of another
field, even if it is not visible in the form.
Is the DRW displaying a single database record, then? With the form
surrounding it?
In that case, modify your query to construct a hidden form field.
Here's an example:
SELECT '<input type=hidden name=recid value=' & [id] & '>' As
hiddenid, ...
Then, display the hiddenid field in the results. But after the wizard
completes, right-click the column value, choose Database Column Value
Properties from the shortcut menu, and select Column Value Contains
HTML.
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------