You would want to add a hidden form element to your form to store the correct OrderDetailsID for that item.
Then create another recordset that you filter by that hidden form element to get the correct row.
Then refer to that recordset in your download so that the correct row is downloaded according to the form submitted (actually driven by the hidden form element and a new recordset).


