Can anyone give me an example of dynamically creating a table from a data set (i.e. while fetchrow...), where each row in the table has it's own button?
So if you click on the button in row 2, it will pass the value associated with row 2, and so on...
What I need to do is be able to pass a value for a particular row to the next form based on which button was pressed.
Any help would be greatly appreciated.
Brent.