I'm wondering if there isn't a better way to manage this.
I've got a database of Christian songs. About 400 of them or so. Each one can have several themes. Previously I've limited each song to two themes, but really there could be up to six or seven of them.
So I'm left with the (I think undesirable) option of taking my main table and adding more rows to it, calling them Theme1, Theme2, Theme3, Theme4, Theme5, ad nauseam.
What do you guys think? Should I just create one "memo" field and add all the themes in there, such that a song could have an entry like this:
Or should I just add a bunch of fields?
I appreciate the advice!
Thanks!!
Matt
I've got a database of Christian songs. About 400 of them or so. Each one can have several themes. Previously I've limited each song to two themes, but really there could be up to six or seven of them.
So I'm left with the (I think undesirable) option of taking my main table and adding more rows to it, calling them Theme1, Theme2, Theme3, Theme4, Theme5, ad nauseam.
What do you guys think? Should I just create one "memo" field and add all the themes in there, such that a song could have an entry like this:
Code:
Confession, Holy Spirit, Praise, Worship
Or should I just add a bunch of fields?
I appreciate the advice!
Thanks!!
Matt