So now when I open the table in the dataset there is my added column at the
bottom.
Moving over to the form now I added a textbox for the additional column but
when I go to bind the textbox to the binding source, the additional column
is not there.
If you go to properties for the binding source:
name QAfItemsBindingSource
AllowNew True
DataMember qAfItems (this is the table that shows the new
column when I open it)
DataSource dsSellItemMain
Filter
GenerateMember True
Modifiers Friend
Sort
But when I add a texbox and click on Databinding for the textbox and it
brings up the Formatting and Advanced Binding window. Under Binding I click
the dropdown and there is my binding source QAfItemsBindingSource and when I
expand it to select my new column, the column is not there.
If the binding source is wired to the changed dataset and table adapter, how
do I get the binding source to refresh and recognize the additional column?
Shouldn't the binding source only be concerned wit the dataset and query?
TIA for your help.....i'm stumped.