I have a row of records with a button and a hidden id. When I click on the button, I want to display all the detail information for that row, in a report, for each respective id.
It seems to display the first selection correctly, but when I make another selection, it does not work. The first selection is still there.
Is the id automatically passed back to the table to retrieve the rest (detail) information ? If not, how do I pass it ? The button is just a macro that opens the report (another screen has the button opening another form for editing, so I should be using the same process).
Thanks for any assistance.