Hi,
First of all, this program is exactly what I was looking for - thanks!
I'm using the method described here to create multiple records across several tables via one form: viewtopic.php?t=4884#23898
The problem I'm having is that one of the grids has multiple required fields... But as long as one of the fields is filled in, it doesn't complain when creating the record. Is there a way to fix this?
For clarity, this is how it's set up:
I have a "docs" table, and tables for authors, subjects, and links. I have defined relationships to each with the docs table being the source. When a user creates a new docs record, they have fields for creating a (possibly more than one) author, subject, and link. Each of those are required. The links grid has two columns, one for a url and one for a type. I need both to be required, but when I set the validators:required=1 on the grid (as well as the fields.ini file for the link table, but I don't think it's looking at that), it only looks for one column to be filled out. Any advice? Thanks!