
DOS wildcard, *, not valid with .FileName?
I just ported an Access97 app from an NT4 Terminal Server to a W2K Server
running Terminal Services, and now some code that uses the .FileName="*.txt"
statement within an Application.FileSearch section causes a runtime error.
Oddly, if I replace the "*.txt" with an actual file name it works just fine.
Anyone know why the wild card would suddenly not be support in this usage?
Thanks in advance.
Stuart