My app is connected to 3 SQL tables (tblCompanies, tblContacts, and tblProposals).
I've created a datagrid to maintain the data from tblProposals. This datagrid contains the following 4 fields: [CompanyName],[ContactName], [ContactTitle], and [ProposalID].
When the user clicks 'Edit', the...