N
NuBie via AccessMonster.com
I posted the same thread on Querries section. I don't know how to move it
from that section to this section. Sorry for double post.
Given this declaration i got runtime error: 13 Type Mismatch.
variable origin is a string containg the folder location.
Dim fs As New FileSystemObject
Dim f As Folder
Dim afile As File
Set f = fs.GetFolder(origin)
So.. what's wrong why i get type mismatch?
Thanks
from that section to this section. Sorry for double post.
Given this declaration i got runtime error: 13 Type Mismatch.
variable origin is a string containg the folder location.
Dim fs As New FileSystemObject
Dim f As Folder
Dim afile As File
Set f = fs.GetFolder(origin)
So.. what's wrong why i get type mismatch?
Thanks