Re: Outer join in Access
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Wed, 30 Aug 2006 20:05:28 -0500
Hello!
I tried that but I get an error message "Connection expression not
supported" (or something like that, text in swedish). Thats why I moved the
"And Swe.TextLanguage = 46" to the bottom.
Then try this version
Select Eng.TextComponent, Eng.Text, Swe.Text
From Texts EngLeft Join (Select * from Texts where TextLanguage = 46) Swe
On Swe.TextForm = Eng.TextForm
And Swe.TextComponent = Eng.TextComponent
Where Eng.TextForm = 'MainForm'
And Eng.TextLanguage = 44
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: Outer join in Access
- From: Mikael Lenfors
- Re: Outer join in Access
- References:
- Outer join in Access
- From: Mikael Lenfors
- Re: Outer join in Access
- From: Brian Bushay TeamB
- Re: Outer join in Access
- From: Mikael Lenfors
- Outer join in Access
- Prev by Date: Re: Problem with AsyncExecute in ADO
- Next by Date: Re: LookUp Confusion
- Previous by thread: Re: Outer join in Access
- Next by thread: Re: Outer join in Access
- Index(es):
Relevant Pages
|