I have this parameter query that collect its parameter from a Form text box (Start date and Endate)
When a small datediff is specified (eg. from 02/02/2010 to 10/02/2010)the query runs but when a bigger date diff is specified, it refuses to run (eg. 02/02/2010 to 03/03/2010). What is the main cause.
Facts; No null values
Query involves date/time calculations with some aggregate functions: Error message" This expression is typed incorrectly, or is too complex to be evaluated..."
Because the error is generated within the query the parameter form freezes leaving behind only option is to close using TASK MANGER.
Have someone come around such scenerio? Help needed
Ta..
When a small datediff is specified (eg. from 02/02/2010 to 10/02/2010)the query runs but when a bigger date diff is specified, it refuses to run (eg. 02/02/2010 to 03/03/2010). What is the main cause.
Facts; No null values
Query involves date/time calculations with some aggregate functions: Error message" This expression is typed incorrectly, or is too complex to be evaluated..."
Because the error is generated within the query the parameter form freezes leaving behind only option is to close using TASK MANGER.
Have someone come around such scenerio? Help needed
Ta..
Comment