I can update an existing record fine, and write to the related table with my SQL code.
I error when I add a new Feature (same code), says "The Column Cannot contain null values" This has to be because The record is not yet in the related table (my unique Value), and the relate is confused
If I cancel the error and run my code the record is not updated/created in the related table.
Although if I go into the related table tab and click it asks me if I want to add a record, I say yes and it brings across my Uniqe Value and allows the user to input the new related record.
I am confused here....could it be my Primary Key, or is it the OBJECTID????
When I add a point do I have to create a new related table record right off the bat? Where as if I already have a feature I created the relation to the related table?
Any thoughts?