Alright. I have a Datagridview, and I have a about 5 Columns in it. I only need 4 of them to be visible but the one hidden one "CIndex" needs to be their so I can call from it and get the Proper index so my OleDb Code will work. How would I go about Hiding the Column CIndex (Very First Column) but then Grab Value from it? I'm new to Datagridview but decent in OleDb.