I have two Form applications:
- An Edit form which shows the details of a single record.
- An Editable Grid View form that shows all of the records.
I selected Editable Grid View as it provides some additional formatting and behavior that I do not get in Grid applications.
I have a button on the Edit form that opens the Editable Grid View form that shows all of the records from the table. What I want to do is to have a link field or button shown for each record that when clicked will re-load the Edit form with the selected record from the Editable Grid View.
How do I get the selected record (number) from the Editable Grid View? Thank you in advance for the assistance.