matrixknow
IS-IT--Management
- May 3, 2007
- 78
Hola,
I should get the year as a parameter from the fields year that I select as a value from a dropdown box.
However on testing first from a simple textbox the query said this is to complex to calculate
year hardcoded works
trying this not
How to pass the value ?
I should get the year as a parameter from the fields year that I select as a value from a dropdown box.
However on testing first from a simple textbox the query said this is to complex to calculate
year hardcoded works
Code:
Between DateSerial(2008-1;3;1) And DateSerial(2008;2+1;0)
trying this not
Code:
Between DateSerial([Forms]![Form1]![txtBox1]-1;3;1) And DateSerial([Forms]![Form1]![txtBox1];2+1;0)
How to pass the value ?