Hi Steve,
first of all, thanks for your great application!
Background:
Right now, I'm working on a slightly elaborated library system with Xataface and I could find nearly everthing in the Wiki or Forum, but now I could need some help:
I've got a table with publications (the main table), and beside some others, a table with categories and a table with catchphrases, they look like
[publications]
id ... catchphrase_id
[categories]
id name
[catchphrases]
id name category_id
Problem:
I've got 690 catchphrases sorted in 16 categories and i would like to group them. Means, if I create a new record, I would like to
1st: select one or more categories
2nd: select one or more catchphrases from these categories.
Could you give me a hint on how i could achieve this?
Thank you very much & best regards
Axel