Thnx Bubba100, but still defaults to 'My Computer', I'm passing a path, but seems to be being ignored.
strFolderName = BFolder("T:\Afolder\Bfolder\CFolder")
but to no avail.
Gretsch
Very cool, thank you. Although I am getting an error
'User-defined type not defined' its stopping on
Dim fso As FileSystemObject
Not sure what reference I need to add for this to be recognized.
D.
From an Access form (Access 2000), I need a user to be able to browse for a windows folder, then have that same folder with any files it contains, copy to the users desktop. Any examples any one has would be greatly appreciated.
thnx
D.
I am a VB programmer with very limited access reports experiance, how can i make this same IIF statement a nested one? =IIf([IndPTP]>1.25,"Y","N") eg:
if the Val is between 1.25 and 1.50 make the result A
if the Val is between 1.51 and 1.75 make the result B
if the Val...
OK great its wrking with the 1.25... next question:
I am a VB programmer with very limited access reports experiance, how can i make this same IIF statement a nested one? eg:
if the Val is between 1.25 and 1.50 make the result A
if the Val is between 1.51 and 1.75 make the result B
if the Val is...
Im using this statement in the Control Source of a report field
=IIf([IndPTP]>125,"YES","NO")
[IndPTP] is a field on the report not in the underlying query. It always results in "NO" when I run the report,
HELP
Gretsch
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.