<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2652.35">
<TITLE>Eval not working?</TITLE>
</HEAD>
<BODY>

<P><B><I><FONT SIZE=2>---- London Borough of Bromley E-Mail Disclaimer ----</FONT></I></B><I></I> 
<BR><FONT SIZE=2>"For information about Bromley Council visit our web site www.bromley.gov.uk"</FONT> 
</P>

<P><FONT SIZE=2>"The information contained in this message (including any attachments) is confidential in that it is intended solely for the use of the recipient to which it is addressed. If you are not the intended recipient, the use of the information by disclosure, copying or distribution is prohibited and may be unlawful." </FONT></P>

<P><B><I><FONT SIZE=2>---- End of Disclaimer ---- </FONT></I></B>
</P>

<P><FONT SIZE=2>Hi All,</FONT>
</P>

<P><FONT SIZE=2>I have a series of functions that need to be run one after the other.</FONT>
</P>

<P><FONT SIZE=2>They are all prefixed with the "Update_" and I was hoping to simply loop through labels on a form to complete the names and voila.</FONT></P>

<P><FONT SIZE=2>But when I use:</FONT>
</P>

<P><FONT SIZE=2>strname = First then Second then Third etc etc (example)</FONT>
</P>

<P><FONT SIZE=2>Eval("Update_" & strName & "()")</FONT>
</P>

<P><FONT SIZE=2>although I get no error, the function isn't called?</FONT>
</P>

<P><FONT SIZE=2>Does anyone know why?</FONT>
</P>

<P><FONT SIZE=2>TIA</FONT>
<BR><FONT SIZE=2>RyanS</FONT>
</P>

</BODY>
</HTML>