I am connecting to an access database in a .net page (using c#) I need to query the database for results matching a date that is greater than today. (I am using the results to populate a calendar control) something like: DateTime dtCurrentDate = DateTime.Today; strQuery = "SELECT * FROM myTable...