
Acc95: Errors When Trying To Use Len or Mid Functions???
DUH !! I should have known better. I've run into this problem before with
some of my own functions, and references were missing then too. Thanks for
the reminder! C YA
Quote:
>Hi,
> Open any code module and go to "Tools" and then select "References".
>Check for any values listed in the "Available References" listbox that
>starts with the word "MISSING".
> When references are missing, even the simplest of built-in functions
>will not compile.
>Michael Dean
>--
>>Is this a 95 bug? Whenever I try to use the Len() and mid() functions, I
>>get an error stating that the function could not be compiled. What
gives??
>>Is there a patch? MS Website returns no hits on subject!
>>C YA