AndrewZ,
In the combo's Requery method put this code;
WITH This
.Clear()
.AddListItem("A",1,1)
.AddListItem("Male",1,2)
.AddListItem("B",2,1)
.AddListItem("Female",2,2)
.ColumnCount = 2
ENDWITH
JimBooth
jbooth@jamesbooth.com...