Hi there,Ok I have this problem:I have a databound datagridview from a child table with four collums in it: SongName SongUrl
CdNumber that is F_key SongNumber that is primary key identity yes
none of them accept null value
CdNumber is the F_key from the parent CdNumber that is primary key
so my question is when I add row how do I enter the info for CdNumber and SongNumberbecause getting error that CdNumber and SongNumber can't be null
When running the program and enter everything to the datagrid manualy everything works 100% but I want to be able to enter automaticly from the second form. I don't have any problem for the first table it is when it come to the second one for the song table