I am trying to set the RowSource property of a DBCombo box from code. The DBCombo control name is dbcSource. The data control name used with this control is dtaSource. Selection dtaSource from the properties box works fine. But this line returns a Type Mismatch error:<br>
<br>
dbcSource.RowSource = "dtaSource"<br>
<br>
Once again, any help here would be appreciated.
<br>
dbcSource.RowSource = "dtaSource"<br>
<br>
Once again, any help here would be appreciated.