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
GPO not applied Filtering (Uknown reason)
Execute Script On Shutdown BEFORE network connections close
HP 4730 Mfp configure
Multiple if greater than less than
There is a(n) " in the form control's validationrule property
Authentication for OWA in Exchange 2007 fails.
Exchange 2007 mail redirect to external address?
How do I add users to SharePoint 2.0 site via Address Book in Office 2007?
Jump from main form into sun forms code in lost focus
Automatic delete of files in delete folder, on exit, in Outlook no longer works?