<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18876">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>I have 9 function routines that are used by several forms.<BR><BR>I have a 
database with 9 records that has specific data for each function. <BR><BR>If I 
select record 4 for example, how do I run a function where it's name is within 
the database field called FUNC. <BR><BR>tbl.Oper.feildbyname['Func'].AsString 
has 'Circle' or 'Square' as its data <BR><BR>Now I need to run a function like 
Circle(Data) or Square(Data) when selecting the relevant record. </DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>Thanks Wallace</FONT></DIV></BODY></HTML>