I've used .NET comboboxes which are bound using the DisplayMember, ValueMember, and SelectValue set. These display all values from a validation table. I would like to be able to select values synchronized to the record. So, for a specific Project code it would select ONLY those verions that can be associated to that project. I could use some advice on this implementation. I'm relatively new to .NET database applications.
tblProject.ProjName.Value='ASPAPP'
tblVerions.VersionID='1.0.0', tblVersions.ProjName='ASPAPP'
tblVersions.VersionID=1.0.1', tblVersions=ProjName='ASPAPP'
---------------------
scking@arinc.com
---------------------
tblProject.ProjName.Value='ASPAPP'
tblVerions.VersionID='1.0.0', tblVersions.ProjName='ASPAPP'
tblVersions.VersionID=1.0.1', tblVersions=ProjName='ASPAPP'
---------------------
scking@arinc.com
---------------------