J
joave
Hi:
I am trying to use a data field that has a space, but the WHERE clause
doesn't like it - it gives me a . When I use the field without the space (and
change the field name in the table) it works fine. I need a way to do this as
the field name HAS to have a space. None of these work:
WHERE Month(Created Date)= 3 AND Year(Created Date) = 2009
WHERE Month('Created Date')= 3 AND Year('Created Date') = 2009
WHERE Month("Created Date")= 3 AND Year("Created Date") = 2009
Thank you in advance for your help!
I am trying to use a data field that has a space, but the WHERE clause
doesn't like it - it gives me a . When I use the field without the space (and
change the field name in the table) it works fine. I need a way to do this as
the field name HAS to have a space. None of these work:
WHERE Month(Created Date)= 3 AND Year(Created Date) = 2009
WHERE Month('Created Date')= 3 AND Year('Created Date') = 2009
WHERE Month("Created Date")= 3 AND Year("Created Date") = 2009
Thank you in advance for your help!