Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 MS Access
 question

Author  Topic 

lpapp
Starting Member

8 Posts

Posted - 2006-11-30 : 05:44:20
ok the criteria with hath i have the problem looks like this


SELECT DISTINCT <t1 col1>
,... ,<t1.col xx>
<t2 col1>,...,<t2 col2>

FROM t1
INNER JOIN t1
ON (<t1 colx> = <t2 coly>) ,
WHERE (<t1 col z> = <t2 col xx>)
AND (<t1 col z> like '............')
now i have to input a data from an external component

how can i proceed?

in this section ........ i have to introduce the next statment editbox text or other component datavalue wich is al integer value asstring

papp

SwePeso
Patron Saint of Lost Yaks

30421 Posts

Posted - 2006-11-30 : 05:46:09
Topic started here for clarification of specs
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=75611


Peter Larsson
Helsingborg, Sweden
Go to Top of Page

lpapp
Starting Member

8 Posts

Posted - 2006-11-30 : 05:56:48
thanks Pesso
now you'we seen my problem but it seems thath its not working the solution gived by mr mist i have writen the procedure and it stil gives me the Token Message wath can i doo?
so to satle the things i'm working in Delphy and i have to sort at least 2 tables after the entrind interface
papp


papp
Go to Top of Page
   

- Advertisement -