updateall

  1. P

    Question How to add Parent and Child record in Details View ??

    Hi I greatly appreciate some help, I'm sure this should be simple! I'm trying to make a simple data entry form to create a new Contact (parent) and one new Location (child). The design is: - Tables are in SQLServer. Contacts table (parent) and Locations table (child) - Relation and Foreign...
  2. W

    Question detail view : comboBox value is not getting into the dataset before update

    The dataset is missing the JobSiteID(required field) but it exists in the Winforms combobox. The following code fails to get thecombobox.SelectedValue into the dataset. Private Sub EstimatingSheetBindingNavigatorSaveItem_Click(sender As System.Object, e As System.EventArgs) Handles...
Back
Top