Here is my problem. I'm using Visual Studios and writing a program in Vb. I have a database attached. First, I deleted a couple of columns from a database on purpose. City and State because I have a table the selects these two based on the Zip Code. I also deleted City and State from the dataset. My problem is that when I run the application, the two columns (city and state) still appear in the datagridview even though when I look at DataGridView tasks and look at the columns for this, they are not there. It when I run the applicion they show up. What do you think may be the problem?