Hi,
I have an image combo on my form that is working fine, however, i want the selection to have the primary key of the selection in column (0) but not to be visible, and (1) to have the company name. Can anyone advise, i have tried my conventional method, but it wont allow
i am adding as
imgCboBrokers.ComboItems.Add Index:=cboIndex, Text:=.Fields("Broker_Name").Value, Image:=strImageName
where cboIndex increments by 1 as the recordset moves next.
essentially i want to see
Image, ID, Name
TIA
Nathan.
I have an image combo on my form that is working fine, however, i want the selection to have the primary key of the selection in column (0) but not to be visible, and (1) to have the company name. Can anyone advise, i have tried my conventional method, but it wont allow
i am adding as
imgCboBrokers.ComboItems.Add Index:=cboIndex, Text:=.Fields("Broker_Name").Value, Image:=strImageName
where cboIndex increments by 1 as the recordset moves next.
essentially i want to see
Image, ID, Name
TIA
Nathan.