Hi everyone! How do I make a drop-down menu in vb 2008. This menu would appear when the user right-click anywhere in the form. The menu that I am referring to is just like in windows when you want to refresh your computer, open a file, copy or cut some files. Secondly, does anyone know how to filter the content of a datagrid in vb 2008 by date. I want to display only those records where the due_date field is lesser than the date today. My code which goes like datasource.filter = "Due_Date < '" & now & "'" works only when the two dates are of the same month. When the due_date is behind by one month, it doesn't work properly. I know this is a kind of complex question so let's just put it this way. How do I filter a datagrid when dates are involved. My database is Access 2007.
Thanks, I hope someone can be my angel