FRM-40102 after inserting a record
I have a form w/ 2 canvases with buttons to go back and forth between them. the 2nd form queries a table normally (single-record), but i have my Insert a little different as I want the user to be able to change only some of the data and insert that (instead of having to enter all the data on a blank "record"). the table is based on org_id / effective date, so for example they would query for Org_Id 1 w/ a date of 11/1/2013, make some changes, and insert that as of 12/1/2013. i have an Update and Insert button. the
0