i'm trying to create files with access.
open "c:\path" & filename & ".txt" for output as #2
works
what would I put after open to have the file created in the current directory access is in without having to specify it in my code? that way i if the application was moved the files would be generated in the directory the application was moved to.
open "c:\path" & filename & ".txt" for output as #2
works
what would I put after open to have the file created in the current directory access is in without having to specify it in my code? that way i if the application was moved the files would be generated in the directory the application was moved to.