List

  • Thread starter Thread starter Chris123
  • Start date Start date
C

Chris123

Hello

In my form I have included a list: lstCommande

the list contain these column:

1- GenerateReport
2- CommandLign
3- DateCommande
4- Item

How can I have the ID of the Column 4 (Item)

Is it: Me.lstCommand.ItemData(4)
 
Back
Top