I have a FileListBox (I've been on this for too long!).
I want to do that when I click on one item in the FileListBox, to show the filename in the Me.Caption.
I know, this is too easy:
But the thing is that it shows the extension too. I don't want that...Code:Me.Caption = File1.filename
Any ideas?




Reply With Quote