P
paul
Hi,
In my Access 2000 application, I search previous record
with SQL string:
strSql = "SELECT * FROM tblRoster WHERE Class_no= """ &
(Me.class_no) & """"
So far it works fine. But when tried to add two more
creteria for the Where clause, which is EndDate (date
field)& Location (text field), I had hard time to append
them at the end of strSql. What's the syntax for adding
this two more condition? Any easy to construct the SQL
statement?
Thanks.
In my Access 2000 application, I search previous record
with SQL string:
strSql = "SELECT * FROM tblRoster WHERE Class_no= """ &
(Me.class_no) & """"
So far it works fine. But when tried to add two more
creteria for the Where clause, which is EndDate (date
field)& Location (text field), I had hard time to append
them at the end of strSql. What's the syntax for adding
this two more condition? Any easy to construct the SQL
statement?
Thanks.