So this expression is being used as criteria in your query?
What are you applying the criteria against? Hopefully not against the
[Initial QNFT Date] field, since that will never be equal to itself plus
36 months.
May I suggest that you post the entire SQL statement. In design view,
select VIEW: SQL from the menu and copy the text and post that for analysis.
'====================================================
John Spencer
Access MVP 2002-2005, 2007
Center for Health Program Development and Management
University of Maryland Baltimore County
'====================================================
I neglected to mention that when I ran the query, there were no results.
Allen Browne said:
What result do you get?
What is [Initial QNFT Date]?
Is it a date/time field in a table?
A Text field?
A calcualted query field?
A text box?
In what context are you doing this?
Query field?
Control source of a text box in a form?
In a report?
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Reply to group, rather than allenbrowne at mvps dot org.
I am trying to do a date calculation in an Access 2003 query. I want to
add
36 months to the Initial QNFT Date. What am I doing wrong?
Thank you.