type mismatch error

S

Steve S

Can anyone tell my why the following Dim/Set code produces a 'type mismatch'
error?

Dim frmName As Form
Set frmName = Forms![Reports Dialog].Combo62

I know the form/control name is correct because the next 2 lines display the
value that is showing in the control

strPrintScoreSheet = [Forms]![Reports Dialog].Combo62.Column(1)
MsgBox strPrintScoreSheet

HELP
 
Top