Actually, that thread looks very promising - I think it will work. Thanks very much for providing that...
Now, regarding what seems to be your thinly veiled skepticism that I actually looked for relevant threads: believe it or not, the search terms "shortcut" and "target"...
I've got some code in my little application that allows users to browse for folders through a dialog box. However, in the browse dialog box, some of the folders shown - for example, those under My Network Places - are actually folder shortcuts, rather than actual folders.
I know how to...
How can I return the full network address of a mapped drive, rather than just the local path and locally issued drive letter (e.g. "//computer1/folder1" instead of, say, "m:/folder1")?
I've tried the GetAbsolutePathName method of the FileSystemObject, but I believe that it...
Thanks, Frink and BSMan. Frink, you were spot on about what was happening. I implemented both of your ideas and my form works great now. Thanks again for the help!
Not exactly sure what you mean by "at a given date", but maybe this will help get you started...
http://www.accessfreak.net/KeywordSearchDetail.asp?page=13&order=id&recordkey=195
I've got a form - "Orders" - that has a subform called "Order Items." I've set the On Current property of the Orders form to disallow edits (e.g. Me.AllowEdits = False) in order to prevent accidental editing (the user can bypass this by pressing an "Edit" button)...
I've got a form - "Orders" - that has a subform called "Order Items." I've set the On Current property of the Orders form to disallow edits (e.g. Me.AllowEdits = False) in order to prevent accidental editing (the user can bypass this by pressing an "Edit" button)...
I have a form (Orders) that has a subform (Order Details), both of which have queries as their record sources. In the course of trying to make sure that users don't accidentally add, edit, or delete an Order Detail record, I added some code to the On Current event of the Order Details subform...
How can I make the following code not only return the subfolders within a folder, but also return subfolders within subfolders, ad infinitum?
______________________________________________________
Sub LoopDeLoop(strPath As String)
Dim objFSO As FileSystemObject
Dim objFolder As Folder
Dim...
Is there a way to extract any/all of the File Description elements for a given file?
To further clarify, in Win2K - and maybe other Win OS's (?) - , when you right-click on a file to get its properties, and click on the Summary tab, there are a number of Description elements that users can...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.