I'm clueless on why this won't work. Here is the situation. I have 2 forms. The one form is for adding a new company to the database and the other is where we subtract support time from there hours. I'm using this code here
TimeSheet.cmbCmpName.AddNew = txtCompany.Text
txtCompany.text is on the add new company form. When you add a new company I want that company added to the combo box on the TimeSheet form. Why won't this work?


Reply With Quote
