Microsoft
Software
Hardware
Network
Question : How to create a file that has "\" or "&" in the file name?
I have a file name: "Black & White \ Red "
So got error in below statement:
DoCmd.OutputTo acReport, "rptTemplate, ..., "Black & White \ Red " & ".xls", False
It's because of "\" in the file name, how to create the file anyway? Also, how to remove the white space from the end in a string like get "Red" instead of "Red "? Thanks
Answer : How to create a file that has "\" or "&" in the file name?
Maybe:
DoCmd.OutputTo acReport, "rptTemplate, ..., Replace("Black & White \ Red " & ".xls", "\",""), False
mx
Random Solutions
Admin account - Windows servers - notification when accessed
Windows 7 right click option
"Search Key was not found in any record" Excel or TXT import to MS Access2007
Setting Custom Paper size to 8x5.5
VBA Book
How do you group PowerPoint Objects on a slide
After SharePoint database restore Web Parts dont function
method 'activeprinter' of object'_application' failed
VB.NET Threading and sending data/objects between threads?
How do i display month abbeviations instead of months in the proposed solution