From: naveen prasad on 16 Feb 2010 04:51 Dear Kindly solve my problem table t1 has fields pictures, name in design view pictures field is ole object name is text. now in table, i have inserted some pictures in field pictures, corresponding written some name in name field if we open table t1 to view. pictures name package n1 package n2 package n3 package n4 package n5 package n6 now i have written a small query as select t1.pictures from t1 where name = x; x is given in run time, like any thing as n1 /n2/n3/n4 /.... let say x is n2 now. i am getting result as pictures package. I want the result of query to activate the picture when query input is given.. kindly help me how can i do it. regards
From: naveen prasad on 17 Feb 2010 01:04 can anyone help me here pls.... "naveen prasad" wrote: > Dear Kindly solve my problem > > table t1 has fields pictures, name > in design view pictures field is ole object > name is text. > > now in table, i have inserted some pictures in field pictures, corresponding > written some name in name field > > if we open table t1 to view. > > pictures name > > package n1 > package n2 > package n3 > package n4 > package n5 > package n6 > > now i have written a small query as > select t1.pictures from t1 where name = x; > > x is given in run time, like any thing as n1 /n2/n3/n4 /.... > let say x is n2 now. > i am getting result as pictures > package. > > > I want the result of query to activate the picture when query input is given.. > > kindly help me how can i do it. > > regards > >
|
Pages: 1 Prev: AT WITS END ON QUERY TOTAL Next: Another Len function not working |