Hello Mates,
I am trying to do a date comparision in access with the following SQL.
I am getting syntax error message. I at the moment don't have any clue on what is wrong with the syntax. Could anyone kindly help me with the syntax error please? Thank you.
I am trying to do a date comparision in access with the following SQL.
Code:
select My_Interest_Fld,Title_Fld,First_Name_Fld,Last_Name_Fld,Dt_Tm_Fld from fbs_tbl where Dt_Tm_Fld BETWEEN #01/04/200# AND #31/04/2009#
I am getting syntax error message. I at the moment don't have any clue on what is wrong with the syntax. Could anyone kindly help me with the syntax error please? Thank you.