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
Form_Delete called 2 times when using DEL key on subform
Facebook Home page won't load
Rpts-writing/using a log
WSAEventSelect returns err WSAENOTSOCK
extend Windows Server 2003 group policy to suport Vista / 7
hyper v virtual nic on guest machine gets a dhcp assigned ip address
calculating moving average
sbs2003
Name Resolution
DLookup with multiple criteria