Forums

how to edit record father and sons?

rslyra 13 May, 2012
Hi

I have a books table and a booktype table. If each book belong to just one booktype, this is easy. Just define a booktype field in book table.

But if each book can belong to many booktypes, I need a relation table.

The point is, how to edit book and it's booktypes? How to load and save?
GreyHead 13 May, 2012
Hi rslyra ,

I'm afraid that you have to hand-code the MySQL queries to update the tables :-(

Bob
This topic is locked and no more replies can be posted.