My app is starting with a simple screen showing all the customers in a SQL connection. It's only showing 3 fields
Company, Contact, AccountNo (The unique ID, which is hidden).
I want to click that record and naviage to the Customer Detail screen which displays (no edit) the details of the record. What is the most efficient way of doing that without creating multiple connections to the same data set.
Thanks