R
Rhonda Fischer
Hello,
I am trying to add line items to a combo
list using the following code however only
the last of the items displays in the text
field of the combo box, the drop down list
is empty.
How do I do this?
Thank you kindly for any suggestions
Rhonda
************************************************
Private Sub Form_Open(Cancel As Integer)
DoCmd.Maximize
'List of Values in Accident Type Combo
cboType.Value = "Driving"
cboType.Value = "Chemical"
cboType.Value = "Collision"
cboType.Value = "Fall"
I am trying to add line items to a combo
list using the following code however only
the last of the items displays in the text
field of the combo box, the drop down list
is empty.
How do I do this?
Thank you kindly for any suggestions
Rhonda
************************************************
Private Sub Form_Open(Cancel As Integer)
DoCmd.Maximize
'List of Values in Accident Type Combo
cboType.Value = "Driving"
cboType.Value = "Chemical"
cboType.Value = "Collision"
cboType.Value = "Fall"