Guest tikki Posted December 4, 2002 Posted December 4, 2002 I have an ACcess database I connected to via an OleDBConnection & have it show the values of an entire table in a DataGrid. I want to be able to filter this DataGrid to show only the values that have the value of the date the user selects via a MonthCalendar. What would be the best way of achieving this? Quote
Moderators Robby Posted December 4, 2002 Moderators Posted December 4, 2002 which method are you using to open the connection? Quote Visit...Bassic Software
Guest tikki Posted December 4, 2002 Posted December 4, 2002 I am using an OleDbConnection control connecting to the Access DB w/ Jet. Quote
*Gurus* Derek Stone Posted December 4, 2002 *Gurus* Posted December 4, 2002 Associate a DataView object with your connection. The DataView class allows you filter which rows are displayed. Quote Posting Guidelines
Guest tikki Posted December 5, 2002 Posted December 5, 2002 Problem solved! Thanks to all for the help. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.