Hi,
It's not recommended to insert directly in sql in the underlaying tables of forms.
You can insert either in a table associated to a view form, then use AR System workflow to push the values in other forms.
Or you can insert directly in the tables associated to the regular forms (not recommended, but possible). In this case, you have to :
* Get the nextid in the arschema table. For this form, you must have the nextid that increment 1 by 1.
* Insert in the T, B and H tables.
* Update the nextid in the arschema table.
_________________________
Vincent.