i would like to retrieve information from Direct Deposit Master table using a visual studio form but as other tables have key 1, key 2 etc. this table has key below:
Table Direct Deposit Employee Account Master
Keys: ddEmpAcctMstrIdxEmpid
i am going through steps on below link:
https://msdn.microsoft.com/en-us/library/cc543578.aspx
"CustomerMasterTable.Key = 2; // Set the value for the key columns CustomerMasterTable.CustomerName.Value = "American Electrical Contractor";"
What should be the key for this table?
Regards
*This post is locked for comments