HI, Thanks for the reply.
Sorry, I actually mean the TableAdapter. I have a table called TBL_CUSTOMERS and my fill select is simply SELECT CUSTOMER_NO, CUSTOMER_NAME ETC. I have added a new field to TBL_CUSTOMERS called CUSTOM_FIELD_1. Now in order for my tableadpater to pick this up, I add it to the select at design time, and this is reflected in the update and insert statements. I would like to do this at run-time seen as I will be dynamically adding columns to the underlying SQL Server Table. Thanks for your help.