How do this databind (easy questionm I guess)
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have a Database wich contains two tables : "Notice" and "Company". Notices contains notices for companys. Relation between tables are Company.CID and Notice.CID. One company can have several Notices Problem: How do I put all my company-names in a combo instead with DataMember(Name) and DataValue(CID) and when I save my Notice the Company.CID is saved to Notice.CID I hope you understand ... I want to change companyname on a Notice using their real name instead of using CID ... Please help //Maw