Hi All - I have created a data form that is from a dataset called dsActivities. The Table is tblActivities.
I have added a combo box in the form whose record source is dsCallType. I have generated a sqldataadapter that fills the dataset. That works fine.
The problem I am having is that the combo box is not updating my dataset dsActivities which updates my tblActivities. I have put in my properties "databinding - text" objdsActivitiesDetail - tblActivity.CallType
Please someone help. - maria
I have added a combo box in the form whose record source is dsCallType. I have generated a sqldataadapter that fills the dataset. That works fine.
The problem I am having is that the combo box is not updating my dataset dsActivities which updates my tblActivities. I have put in my properties "databinding - text" objdsActivitiesDetail - tblActivity.CallType
Please someone help. - maria