Text Box Populated With Wrong Column

N

newt

Driving me nuts, but probably something simple. I have a form where a text
box should populate with column 11 of a separate list box, which is a date
field:

Me.txtDateStamp.Value = Me.lstTask.Column(11)
 
Top