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
I am unable to open word or excell folders in microsoft office professional 2007. There appears to be a problem with the encryption. I will attache a couple of examples.
Excel chart with two Y - axis (vertical)
Windows 2008 certutil -keyrecover fails when I try to recover a key.
Access 2003 image browser form?
Rename "Pinned" Remote Desktop Connections
how can i in Java language update a VFP table dbf
Icons on desktop don't completely refresh
can you help me? the problem in registering DTS dll files.
Response.Redirect in silverlight
SQL Problem: Property Owner is not available for Database '[databasename]'. This property may not exist for this object, or may not be retrievable due to insufficient access rights.