Image Link Is Not a Link in HTML when using IIF

T

tnorton

Access 2007: I am using a TextBox with a Control Source of 'ImageLink'. It
seems to work fine when just using ImageLink in the Control Source, but if I
put this IIF function in and export to HTML the links are all just text. Any
help?
In theory I thought this code should be working correctly:
=IIf([ImageLink] Is Null,"No Image Available",[ImageLink])
Basically, if there is not an image link display text, otherwise display the
image url.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top