<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Thanks for your replay<BR>
i need to check if the resultof this query is null or not null then do two different things<BR>
 as below <BR>
if  SELECT DISTINCT o FROM ramadan  WHERE o=mypoint or a=mypoint <BR>UNION SELECT DISTINCT a FROM ramadan WHERE o=mypoint or a=mypoint;<BR> <BR>
is null then <BR><BR>
 <BR>
 <BR>
INSERT INTO eehab (field1) -- replace with whatever your field name is<BR>SELECT DISTINCT o <BR>FROM ramadan <BR>WHERE o=mypoint or<BR>a=mypoint <BR>UNION SELECT DISTINCT a <BR>FROM ramadan <BR>WHERE o=mypoint or a=mypoint;<BR><BR>
 <BR>
else <BR>
do some thing else<BR>
 <BR>
 <BR>
can u please give me diretion to do so. i have limmited time to develop this function<BR>
 <BR>
kind regards<BR>
 <BR><br /><hr />check out the rest of the Windows Live™.
More than mail–Windows Live™ goes way beyond your inbox.
 <a href='http://www.microsoft.com/windows/windowslive/' target='_new'>More than messages</a></body>
</html>