B
BruceM
I had been having a great deal of difficulty attempting to define a string
to be used in a filter. I was trying to use an unbound form to apply
filtering to a report's recordset. In the course of doing that I defined
strComp as String, but was having problems with it expecting a "(" (without
the quotes). Finally I tried:
Dim strComp as String
strComp = "Test Message"
msgBox strComp
Same result. It wanted a (. However, when I changed strComp to strCom or
strCompl, no problem. Does anybody know what I stumbled upon, and are there
any more like it?
to be used in a filter. I was trying to use an unbound form to apply
filtering to a report's recordset. In the course of doing that I defined
strComp as String, but was having problems with it expecting a "(" (without
the quotes). Finally I tried:
Dim strComp as String
strComp = "Test Message"
msgBox strComp
Same result. It wanted a (. However, when I changed strComp to strCom or
strCompl, no problem. Does anybody know what I stumbled upon, and are there
any more like it?