Can anybody tell me if it is possible to have two MagicCells?

What I am trying to do is to have one of my access database fields to be an e-mail link and the other to show a picture.

Here's what I've got but I can't seem to put them in the same program and make them both work.
1) MyDb.dbMagicCell=&#34;picture(clicktoenlarge),,<A HREF=&#34;&#34;#picture
(clicktoenlarge)#&#34;&#34;><IMG WIDTH=75 HEIGHT=46 BORDER=0 VSPACE=0 HSPACE=0
SRC=&#34;&#34;#picture(clicktoenlarge)#&#34;&#34; ALT=&#34;&#34;Click me to see a larger
photo&#34;&#34;></A>&#34;


2) MyDb.dbMagicCell = &#34;Email Address,,<A HREF=mailto:#Email
Address#>#Email Address#</A>&#34;

They both individually but can anyone tell me how to fuse the two together in the same program ?

Any kind of help or guidance would be fully appreciated.

Rod