blindlemonray
Technical User
I am looking to export a report into a folder but would like to add the current date to the file name i.e "User_Date.snp", but am having some problems.
I got to:-
But I get a run time error 2024 not enough space blah blah but this is not the case.
I looked at thread thread703-1250025 but this does not seem to solve my problem.
Any suggestions much appreciated.
Cheers
I got to:-
Code:
DoCmd.OutputTo acReport, "user", acFormatSNP, "G:\Folder\User " & Date, False, ""
But I get a run time error 2024 not enough space blah blah but this is not the case.
I looked at thread thread703-1250025 but this does not seem to solve my problem.
Any suggestions much appreciated.
Cheers