I have a multi Column Combo box I'm trying to set the choices in VBA. I can get it to populate 1 column with
Me.cbo_eventdate.AddItem (rs!EventDate)
but how do I get it to populate the second column .AddItem only gives me the 1 column. I know I've done this before in Access 2003 but that was 8 years ago and I don't remember the command structure to do it and Help is not helping. Any advice is appreciated.