Click here to Skip to main content
15,919,358 members
Home / Discussions / Database
   

Database

 
GeneralRe: Bulk Copy Tables from .net to sql Pin
MBGeorge4-May-05 20:45
MBGeorge4-May-05 20:45 
GeneralOracleHelper for testing Pin
Nizar Abdeljaoued4-May-05 4:17
Nizar Abdeljaoued4-May-05 4:17 
GeneralDumb Q: C++, a DB and regional settings Pin
CherezZaboro4-May-05 3:50
CherezZaboro4-May-05 3:50 
GeneralRe: Dumb Q: C++, a DB and regional settings Pin
Colin Angus Mackay4-May-05 4:14
Colin Angus Mackay4-May-05 4:14 
GeneralCreate table Pin
vuthaianh3-May-05 18:11
vuthaianh3-May-05 18:11 
GeneralRe: Create table Pin
Christian Graus3-May-05 18:25
protectorChristian Graus3-May-05 18:25 
GeneralRe: Create table Pin
Yulianto.3-May-05 18:30
Yulianto.3-May-05 18:30 
GeneralJoined Subquery in Access 2002 Pin
Larsenal3-May-05 17:40
Larsenal3-May-05 17:40 
I have the following:

SELECT * FROM Article, Member, Album 
LEFT JOIN
  ( SELECT * 
    FROM
       linkArticleAlbum, Photo, Album
    WHERE
       linkArticleAlbum.Album = Photo.Album AND
       linkArticleAlbum.Album = Album.ID AND
       Photo.IsIcon = true ) As AlbumLink
   ON AlbumLink.linkArticleAlbum.Article = Article.ID
WHERE
   Article.Author = Member.ID AND
   Article.Team = 1
ORDER BY Article.DateCreated DESC, Article.Title


How can I do this in Access 2002? You see that I need to get the photo that represents the icon for the album on every occasion where the article is linked with an album.

I'm stumped. I'm also a bit of a newb when it comes to subqueries and the way things are referenced.

--------
to die is gain
GeneralRe: Joined Subquery in Access 2002 Pin
zheke4-May-05 17:43
susszheke4-May-05 17:43 
GeneralRe: Joined Subquery in Access 2002 Pin
Larsenal4-May-05 18:32
Larsenal4-May-05 18:32 
Questionwhat you suggest Pin
Anonymous3-May-05 10:34
Anonymous3-May-05 10:34 
AnswerRe: what you suggest Pin
Yulianto.3-May-05 17:53
Yulianto.3-May-05 17:53 
AnswerRe: what you suggest Pin
Colin Angus Mackay3-May-05 22:40
Colin Angus Mackay3-May-05 22:40 
GeneralRe: what you suggest Pin
Anonymous4-May-05 0:09
Anonymous4-May-05 0:09 
GeneralRe: what you suggest Pin
Colin Angus Mackay4-May-05 0:18
Colin Angus Mackay4-May-05 0:18 
GeneralRe: what you suggest Pin
Anonymous4-May-05 0:10
Anonymous4-May-05 0:10 
GeneralBackup/restore a database Pin
Luis Alonso Ramos2-May-05 20:59
Luis Alonso Ramos2-May-05 20:59 
GeneralRe: Backup/restore a database Pin
Dan_P3-May-05 1:02
Dan_P3-May-05 1:02 
GeneralRe: Backup/restore a database Pin
Luis Alonso Ramos3-May-05 6:36
Luis Alonso Ramos3-May-05 6:36 
QuestionHow to restore Database Pin
eshban2842-May-05 19:45
eshban2842-May-05 19:45 
AnswerRe: How to restore Database Pin
Colin Angus Mackay2-May-05 19:55
Colin Angus Mackay2-May-05 19:55 
AnswerRe: How to restore Database Pin
Christian Graus2-May-05 19:55
protectorChristian Graus2-May-05 19:55 
GeneralGet error description (message) associated with @@Error Pin
_J_2-May-05 10:06
_J_2-May-05 10:06 
GeneralRe: Get error description (message) associated with @@Error Pin
Dan_P2-May-05 15:22
Dan_P2-May-05 15:22 
GeneralRe: Get error description (message) associated with @@Error Pin
_J_2-May-05 21:59
_J_2-May-05 21:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.