RecordId For Subform Rows
Posted: Sun Jul 31, 2011 11:24 am
When a subform is saved I want to update a couple fields [that are not in the subform] for that record row in the DB. To do this I need the primary key for that subform row. I've added the code in the "After Save" Section Of the "Edit Code" for that form. To get the primary I'm querying the database.
I was wondering if there was a better way to get the primary key of the subform row in the "After Save".
Like we do for the forms using Hash Variable / $_POST [#recordID# / $recordID]
I was wondering if there was a better way to get the primary key of the subform row in the "After Save".
Like we do for the forms using Hash Variable / $_POST [#recordID# / $recordID]