Friday 20 October 2017

access vba - What is the missing library?

On Access VBA, I get an error on
Environ in this
string:



path = Environ("Temp")
& "\DOTS\"


The
error I get is the following:




href="https://i.stack.imgur.com/EOyHn.jpg" rel="nofollow noreferrer"> src="https://i.stack.imgur.com/EOyHn.jpg" alt="enter image description
here">



How can I know what is the
missing library?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...