I’m trying to populate a text box on a subform (frmEpisodes) with information from a combo box on the main form. The combo box is called cboIntpLanguage; the information, the rate charged for an hour of interpretation, is in the third column. The text box is called txtIntpRate. When I use this code
Me!frmEpisodes.txtIntpRate = Me.cboIntpLanguage.Column(2)
I get the error message “Object doesn’t support this property or method." What am I doing wrong?
Thanks,
Henry