You have to set the RowSource property of the combo box and add semi-colons between values. Also make sure that the RowSourceType of the combo box is set to value list. i.e.
If PassId = "99" Then
cboSelect_RAD.RowSource = "301;302;303;304"
End If
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.