I have a form with several TabPages that need to display different order line information from the same database table. For example, the first TabPage has order line number (read-only), part number (editable), price (editable), and qty (editable). The second TabPage has order line number (read-only), part number (read-only), and account code (editable). Is there anyway to do this with one DataSet table, or will I have to create one DataSet table for each DataGrid and pull the information back together for the database update/insert?
Thanks,
Andrea
Thanks,
Andrea