Hello everyone, so I've made tabs for the various tables, each tab having input fields for various attributes. Buttons on each tab-page to insert into the database for that particular table using table adapter, binding source and data set. All of there tables are related with one or more other tables. So when I run the application, whenever I input a field in the parent table and then hit the button, I get an exception saying that the same value should be there in child field. If I'm inserting into the "child" table first, the exception says that the parent table field cannot be null and so forth.
Also can I have the insert and update functionality in the same set of forms.
I know these forums would have gone through there doubts over multiple times in the past, but I have time-constraints really sorry.
Also can I have the insert and update functionality in the same set of forms.
I know these forums would have gone through there doubts over multiple times in the past, but I have time-constraints really sorry.