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
combe SQL query
Exchange 2003 Activesync - some accounts able to authenticate, some return a 403 error on Exchange and can't connect on mobile devices
Nested Subquery efficiency
Moving mailboxes from SBS 2003 to Exchange 2007
Reboot Networked Computer
SBS 2003 with ISA running Exchange behind another SBS 2003 with ISA w/o Exchange - OWA errors
cannot access win xp system in workgroup
Access WizHook Object Library
Project Server 2007 Tasks
RDP Problem on Windows 2008 Web Edition.