There appears to be a previous discussion on this topic, but the attached solution files won't open on my computer.
I am trying to using a table business object in an administrative form to enter a new row in the underlying table. The primary key for the table is an int. When the form loads, I set the field for the primary key to the next highest integer. However when I submit the form it just updates the primary key of the first record. What is the standard way of using a business object to insert new rows into a table?
Thanks,
Mark