Perhaps someone copied some of the code from the following web page but
failed to copy it all. The ahtAddFilterItem is the penultimate procedure,
down near the bottom of the page ...
http://www.mvps.org/access/api/api0001.htm
--
Brendan Reynolds
Access MVP
"TAGDigital" <(E-Mail Removed)> wrote in message
news:F0725193-D1F7-4F52-BB1F-(E-Mail Removed)...
>I was trying to use some code that opens a file requester and lets the user
> select a picture to populate a image control. The code I found uses
> functions
> ahtAddFilterItem() but it won't compile. I get a Compile error: Sub or
> Function not defined. Is there something I have to do 1st in order to use
> these functions?
> This is the actual function call ahtAddFilterItem(strFilter, "Compressed
> Image Files (*.jpg, *.jff, *.gif, *.tiff )", "*.JPG;*.JFF,*.GIF,*.TIF")
>
> Thanks
>