Hi to all!
I have some nasty problem: I've written application that generates some report from ODBC MS Access database. Now, I've created table adapter and other stuff and I get data on report, but now I need to filter them. In app, I have two datetime pickers (MonthCalendar class), one from select "Date From" and other to select "Date To". Once one or both of these dates are selected, the event occurs and saves clicked dates into private member DateTime variable (m_dtDateFrom and m_dtDateTo). Then, inside TableAdapter, I've added query FillByDate with these two parameters and the query does not work! Why?
Sincerely,
Marko