Although it is possible to do this in Access, there are better ways.
Access is not great at searching large volumes of free-form text, and there
are many products such as QuickVerse that are very cost effective ways to
search the Bible instantly. There are also free copies of the entire text of
the Bible you can download from the 'net.
If you want to go ahead in Access anyway, your first task is to teach Access
the order of the Books of the Bible. You need a table named (say) "tblBook"
with fields:
BookID Number 1 = Genesis, 2 = Exodus, ...
BookName Text
The next table then has fields:
BookID Number
Chapter Number
Verse Number
VerseText Memo
and you can enter your text there.
That approach can never be as efficient as the software that actually
maintains a dictionary of the words in the Bible, and cross-references them
with the chapter/book/verse where they are used, so it can instantly list
the verses where a particular word occurs.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Reply to group, rather than allenbrowne at mvps dot org.
"Sister Susan Word of God" <Sister Susan Word of
(e-mail address removed)> wrote in message
news:
[email protected]...