Hi Bruce,
Tried for a week, still confuse.
Is there an example of Parent-Child where no autoincrement occurred when user Insert New Parent and Insert New Child records? Only autoincrement(both parent & child) after user Save the record.
I went thru' all the examples, still can't figure which one.
Parent Table, pt:pk_pt_sysid(auto)
pt:pt_sysid (long)
Child Table, ct:pk_ct_sysid(auto) and ct:fk_pt_sysid(non auto and link to pt:pk_pt_sysid)
ct:ct_sysid (long)
pt:pt_sysid (long)
Parent(Browse) > FormBrowse (Parent-Form, Child Browse) >Form(Child)