I have a database table containing the Bible. It has these fields:
number, book, chapter, verse, text
where:
number = the number of the book (1 out of 66, Genesis = 1, etc.)
book = name of the book (Genesis, Exodus, etc.)
chapter = self explanatory
verse = the number of the verse 1, 2, 3, etc.
text = the verse text
I've tried without success to fill a table with the books in one column and the chapters of that book in the adjacent column.
Example:
Genesis 1, 2, 3, 4, 5, 6, etc.
Exodus 1, 2, 3, 4, 5, 6, etc.
and so on and so on.
Any ideas how I can accomplish this?
Thanks
number, book, chapter, verse, text
where:
number = the number of the book (1 out of 66, Genesis = 1, etc.)
book = name of the book (Genesis, Exodus, etc.)
chapter = self explanatory
verse = the number of the verse 1, 2, 3, etc.
text = the verse text
I've tried without success to fill a table with the books in one column and the chapters of that book in the adjacent column.
Example:
Genesis 1, 2, 3, 4, 5, 6, etc.
Exodus 1, 2, 3, 4, 5, 6, etc.
and so on and so on.
Any ideas how I can accomplish this?
Thanks
Comment