Connecting the New Form to the Application
We have ClientList and ClientForm. When we run the application, it opens to ClientList, showing us a list of records in a data view grid. We would like to double-click in the list to open ClientForm. You’ve probably seen this behavior in many applications. Open ClientList in the form designer. Select the data view grid,…