Hi all,
hi Steve,
Dataface is a very great tool, I discovered it yesterday and now I'm setting up the backend for a website I'm developing.
I'll try to be brief, but I'm afraid that the question is quite complex... sorry.
The question is: it is possible to have an Add/Edit form with a set of checkboxes related to the records contained in another table?
For example, I have 2 tables: "Articles" and "Categories". Every article can be associated to one or more categories. So, when I insert a new article, I would like to have a checkbox for each item of the Categories table.
I imagine I need a join table, like "Article2Category" where relationships are stored, and I tried also the examples in the documentation Example 2 (Relationships Sections), but unfortunately it doesn't work.
There is a way to get this, or is this a feature not yet supported?
Thanks in advance,
Claudio