I have a hymnal DB I need some help.
I am trying to set up a list box two of them with name of song for one and hymnal for the other.
This is the sql coding
SELECT songsoncdandhymnalapr12007.ID, songsoncdandhymnalapr12007.NameofSong, songsoncdandhymnalapr12007.hymnalyes, songsoncdandhymnalapr12007.[hymnal/cdname], songsoncdandhymnalapr12007.MEdiatype, songsoncdandhymnalapr12007.hymnalyes, songsoncdandhymnalapr12007.cdno, songsoncdandhymnalapr12007.composernum, songsoncdandhymnalapr12007.[Composer name], songsoncdandhymnalapr12007.ArrangerNAme, songsoncdandhymnalapr12007.ArrangerNumber, songsoncdandhymnalapr12007.authornumber, songsoncdandhymnalapr12007.AuthorandKey, songsoncdandhymnalapr12007.Scripture, songsoncdandhymnalapr12007.key, songsoncdandhymnalapr12007.Tune
FROM songsoncdandhymnalapr12007;
however the coding it don' like and all I need is a query to go from name of song select to name of Hymnal.
Can anyone help me out on this mess?
I can read books and books about it to a certain extent it explains what a union query is People don't realize it's no use if their is no book based on this sql coding for this perticular db
The size is 60 mgbytes it would have to be done by email.
I am trying to set up a list box two of them with name of song for one and hymnal for the other.
This is the sql coding
SELECT songsoncdandhymnalapr12007.ID, songsoncdandhymnalapr12007.NameofSong, songsoncdandhymnalapr12007.hymnalyes, songsoncdandhymnalapr12007.[hymnal/cdname], songsoncdandhymnalapr12007.MEdiatype, songsoncdandhymnalapr12007.hymnalyes, songsoncdandhymnalapr12007.cdno, songsoncdandhymnalapr12007.composernum, songsoncdandhymnalapr12007.[Composer name], songsoncdandhymnalapr12007.ArrangerNAme, songsoncdandhymnalapr12007.ArrangerNumber, songsoncdandhymnalapr12007.authornumber, songsoncdandhymnalapr12007.AuthorandKey, songsoncdandhymnalapr12007.Scripture, songsoncdandhymnalapr12007.key, songsoncdandhymnalapr12007.Tune
FROM songsoncdandhymnalapr12007;
however the coding it don' like and all I need is a query to go from name of song select to name of Hymnal.
Can anyone help me out on this mess?
I can read books and books about it to a certain extent it explains what a union query is People don't realize it's no use if their is no book based on this sql coding for this perticular db
The size is 60 mgbytes it would have to be done by email.