Hi all,
I am trying to read in the value of a list box. I am using
DSCrncy = Trim(StartCov.lstCrncyDS.Text)
All I get from this is "".
Any help / advice would be great....
Thanks,
Rocks
Printable View
Hi all,
I am trying to read in the value of a list box. I am using
DSCrncy = Trim(StartCov.lstCrncyDS.Text)
All I get from this is "".
Any help / advice would be great....
Thanks,
Rocks
Check and make sure that there is an item selected in the ListBox.