Retrieve column values of the selected row of a multicolumn Access listbox

前端 未结 3 1053
深忆病人
深忆病人 2020-12-15 19:11

How can I retrieve the value of specified column of the selected row in a multicolumn listbox?

I populate the listbox by setting the RowSource property with a SQL st

3条回答
  •  囚心锁ツ
    2020-12-15 19:52

    Use listboxControl.Column(intColumn,intRow). Both Column and Row are zero-based.

提交回复
热议问题