Answered
Year in the where clause
I need to get only this year's publications. Here's my where clause:
where pubdate = '2010'
and it generates an error. How can I set the criteria to get only this year's results?
THansk,
Jenn
I need to get only this year's publications. Here's my where clause:
where pubdate = '2010'
and it generates an error. How can I set the criteria to get only this year's results?
THansk,
Jenn
where pubdate = 2010
or
where pubdate = #year(now())#
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.