S
smk23
Is there a way to get the name of a column from a listbox?
What I tried was
strColName= Nz(Me.ListBox.Column(3).Name , "")
with no results.
Thanks,
Sam
What I tried was
strColName= Nz(Me.ListBox.Column(3).Name , "")
with no results.
Thanks,
Sam