Hi All,
I have created a custom page where the source table has id1 as the primary key, I have added a subform on this page. And the Souce table for this subform page has id1 and ItemNum as the primary keys. Now the thing is when i try to save a record on the subform part on my main custom page, i am getting the error "he code type of key field cannot be automatically split".
Now on researching , i found that AutoSplitKey property was by default set to true on my subform page.
So i set AutoSplitKey = false and now its not showing me error.
I want to know if i am making any mistake by setting the property of AutoSplit key to false? Will it cause any problems in the future?
In which situation is AutoSplitkey= true is used?
Please Help!!!
Thanks in Advance.