Hi I need urgent help. I have a query searching a database which stores the month and year in text. I use Monthname(DatePart("m", Date),False) to get the current month name and Datepart("yyyy", date) to get the current year for corresponding text fields. But the query gives a data type mismatch error. I tried using CStr(Monthname(DatePart("m", Date),False)) too
PLS HELP :banghead:
