I have a remote view that will display all clients and an admission date in a grid. That part was easy using only two SQL tables and approx 8 fields. What I'd then like to happen is have the user double-click on a grid entry and the application access the rest of the data that is linked to that client - address, case manager, doctor, doctor's address, admission information etc. Some data is linked by the client id - address - demographics and some data is linked by an admission number - soc, diagnosis, etc - both in my original view. What is the best way to get that data from the SQL database at the time the user double clicks the grid - SPT or another/several remote view(s). I can't seem to figure out what to do next.