Complex Forms??
565621Jan 10 2008 — edited Jan 10 2008Most of the Apex examples I find have to do with reports or single table forms. Are there any Apex tutorials, etc, on how to create a Complex Form? aka... a form that has editable fields from 2 or more tables and updates them all on a Submit?? eg:a Name & Address system that has a separate table for multiple phone numbers attached to the same person.
Ideally, would it be something like an SQL based form that writes back to the host tables?? I think it'd use the "SQL Query (fetch row) option, but I could be corrected on that. :)