Im want to save a text file from Access VBA.. But get the error "User defined type not defined"! When i try to use the FileSystemObject object. Any ideas how i could do this?
Thanks,
Jonny
================================================
Dim pobjFso As FileSystemObject
Dim pobjStream As TextStream
Set pobjStream = pobjFs