|
-
Nov 10th, 2008, 08:57 AM
#1
Thread Starter
Addicted Member
-
Nov 10th, 2008, 09:47 AM
#2
Re: DGV Selection Problem
You can set the Visible property of the DGV column(s) you want to hide to False.
Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
- Abraham Lincoln -
-
Nov 10th, 2008, 11:29 AM
#3
Addicted Member
Re: DGV Selection Problem
Since your using Access and it handles the SQL strings a bit different than a SQL database would, I agree with Stanav. The easiest thing for you to do here may be to hide the columns that you do not want shown.
Code:
Me.DataGridView1.Columns("ExampleColumn").Visible = False
Hope this helps...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|