Hi,
Im trying to put the full path of a document as selected from a FileListBox into a TextBox. The code below does not show the file name.
Any help would be great!
Thanks


Private Sub File1_Click()
txtDocumentPath = File1.Path
End Sub :?:

txtDocumentPath = file1.path & "\" & file1.filename

;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.