Hi all,
Can anyone tell me if this can be done?
I would like to have a 2 column table where the 1st column contains user
names and the 2nd column contains 2 buttons. When a button is clicked,
the user name in the first column is somehow passed to the next document.
eg.
-------------------------------
Tom | < edit > < delete >
-------------------------------
Jerry | < edit > < delete >
-------------------------------
Mike | < edit > < delete >
-------------------------------
When Edit is clicked for Tom, the Edit Page is passed Tom (or some sort of
unique id).
Thanks in advance.