R
Rebecca
Greetings. I deeply appreciate the help the MS MVPs have
given me (especially John Spencer). I have a quick
question about the following query that Mr. Spencer gave
me yesterday:
SELECT DISTINCT [A],
Concatenate("SELECT [C] FROM BIBLE WHERE [A]=""" & [A]
& """ ORDER BY KeyID") AS Phrase
FROM BIBLE
Column A contains Bible verses in the following format:
Gen 1:1, Gen 1:2 (...), Exo 1:1, Exo 2:1, right up through
Revelation (Rev 1:1, Rev 2:1, etc.). Sometimes when I run
the query I want it restricted to the display of one
specific book, say Leviticus (Lev). I realize this is an
easy thing to accomplish, but because I am a newbie, I
can't figure out how to do this, even though I have
searched my manual, but so far to no avail. Could someone
please tell me how to do this, and could you please keep
the explanation as simple as possible? Thanks.
given me (especially John Spencer). I have a quick
question about the following query that Mr. Spencer gave
me yesterday:
SELECT DISTINCT [A],
Concatenate("SELECT [C] FROM BIBLE WHERE [A]=""" & [A]
& """ ORDER BY KeyID") AS Phrase
FROM BIBLE
Column A contains Bible verses in the following format:
Gen 1:1, Gen 1:2 (...), Exo 1:1, Exo 2:1, right up through
Revelation (Rev 1:1, Rev 2:1, etc.). Sometimes when I run
the query I want it restricted to the display of one
specific book, say Leviticus (Lev). I realize this is an
easy thing to accomplish, but because I am a newbie, I
can't figure out how to do this, even though I have
searched my manual, but so far to no avail. Could someone
please tell me how to do this, and could you please keep
the explanation as simple as possible? Thanks.