F
fred
I can't seem to be able to code the Row Source
for a combo box. Below are the lines that I've tried
and can't seem to get the right syntax.
If Me.txtHOBBIES = "INDOORS" Then
Me.cmbBOX.RowSource = "CHESS"; "TELEVISION"; "DANCING"
Else
Me.cmbBOX.RowSource = "FISHING"; "GOLF'; "HIKING"
End If
for a combo box. Below are the lines that I've tried
and can't seem to get the right syntax.
If Me.txtHOBBIES = "INDOORS" Then
Me.cmbBOX.RowSource = "CHESS"; "TELEVISION"; "DANCING"
Else
Me.cmbBOX.RowSource = "FISHING"; "GOLF'; "HIKING"
End If