Hi All,
I'm very new to Crystal so hope someone can help me.
I have an SQL database with information i require to report on based on conditions.
IE I have 2 tables and I want to select information in table 1 based on informtaion contained fields in table 1 & 2 .
IE if i a field in each table called ExSupp. What i want to do is select the record in table 1 only if it does not exist in table 2.
In pseudo;
Select {table1.expsupp} if exists in{table1.expsupp} and not in {table2.expsupp}
I hope i have explained myself clearly, any help is most appreciated.
Thanks
I'm very new to Crystal so hope someone can help me.
I have an SQL database with information i require to report on based on conditions.
IE I have 2 tables and I want to select information in table 1 based on informtaion contained fields in table 1 & 2 .
IE if i a field in each table called ExSupp. What i want to do is select the record in table 1 only if it does not exist in table 2.
In pseudo;
Select {table1.expsupp} if exists in{table1.expsupp} and not in {table2.expsupp}
I hope i have explained myself clearly, any help is most appreciated.
Thanks