How can I create a Union Query on a form two populate two list boxes
Name of Song only displays songs related to that Hymnal
or
Name of Hymnal= every song in that Hymnal
SELECT HymnalSonginfo.[ID Hymnal], HymnalSonginfo.[Name of Song] FROM HymnalSonginfo ORDER BY [Name of Song];
I hope this coding helps.
Thanks,
Michael Van Der Stad
Name of Song only displays songs related to that Hymnal
or
Name of Hymnal= every song in that Hymnal
SELECT HymnalSonginfo.[ID Hymnal], HymnalSonginfo.[Name of Song] FROM HymnalSonginfo ORDER BY [Name of Song];
I hope this coding helps.
Thanks,
Michael Van Der Stad