Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Not in or join problem

Status
Not open for further replies.

tedi1

Technical User
Aug 25, 2002
87
IL
Hi,

I want to to link two SQL Server tables by outer join but for some strange reson The option of changing the type of join is graed out, Why?
Because this didn't work I have tried to use not ... in ... but this didn't work either. The formula I have used is:
not ({orders.compId} in [{BankAccount.compId}])

I'm useing CR 8.5 on W2K
 
Are these tables in the same database?

Are you using the correct connectivity?

If so, this should work.

-k
 
Hi,

The tables are coming from two different DB. The Auto link does link between the two tables but the link is just an Equal Link and there is no other linkage option.
Why, if the not Equal linkage cannot work, doesn't the Not in working?
 
Crystal does not let you change the join between servers. It only lets you change the link if they are different DB's on the *same* server.

Lisa
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top