T
TA
Dear all,
Could you help me to correct for this SQL code. I enter in
the form but it is error. Access2K
I want to select month=1 or 2 or 3 and year 2001.
Set RsQ12001 = DB.OpenRecordset _
("SELECT * FROM dbo_cum where (testmon="01" or
testmon="02", or tetsmon="03") and testyr"2001" ",
dbOpenDynaset, dbSeeChanges)
Best Regards,
TA
Could you help me to correct for this SQL code. I enter in
the form but it is error. Access2K
I want to select month=1 or 2 or 3 and year 2001.
Set RsQ12001 = DB.OpenRecordset _
("SELECT * FROM dbo_cum where (testmon="01" or
testmon="02", or tetsmon="03") and testyr"2001" ",
dbOpenDynaset, dbSeeChanges)
Best Regards,
TA