B
Bill Betournay
Hi all
I'm trying to find the list functions in VBA but I'm coming up empty handed.
Hopefully someone here can point me in ht eright direction.
I have a URL. e.g.: \\sharedinfo\labOne\commonDocs\safetyProceedures.doc
I'm in need of a way of grabbing just the file name and extention from the
directory path. In my report I want to be able to display
safetyProceedures.doc in a label but use the whole path for the link. I
cound add anoth firld to the DB table for just the file name but I already
have in stored here so I'd like to use this rather then create another
field.
In another language I use regularily there is a LISTLAST function. I'm
hoping for the same or similar. LISTLAST(MyDirectoryVar, "\")
Thank in advanced
Bill
I'm trying to find the list functions in VBA but I'm coming up empty handed.
Hopefully someone here can point me in ht eright direction.
I have a URL. e.g.: \\sharedinfo\labOne\commonDocs\safetyProceedures.doc
I'm in need of a way of grabbing just the file name and extention from the
directory path. In my report I want to be able to display
safetyProceedures.doc in a label but use the whole path for the link. I
cound add anoth firld to the DB table for just the file name but I already
have in stored here so I'd like to use this rather then create another
field.
In another language I use regularily there is a LISTLAST function. I'm
hoping for the same or similar. LISTLAST(MyDirectoryVar, "\")
Thank in advanced
Bill