Hi,
I'm trying to create a query / queries that return data from a table between 2 dates. Quite simple I thought, but the difficulty I'm having is that I'd like to be able to input the initial date myself. I want to return a number of results from the one input.
for example the criteria I'm using is
and
and
and
etc.
I get an error of 'This expressison is typed incorrectly, or it is too complex to be evaluated.'
I'm trying to create a query / queries that return data from a table between 2 dates. Quite simple I thought, but the difficulty I'm having is that I'd like to be able to input the initial date myself. I want to return a number of results from the one input.
for example the criteria I'm using is
Code:
<=[Enter W/E date] And >[Enter W/E date]-7
Code:
<=[Enter W/E date]-8 And >[Enter W/E date]-14
Code:
<=[Enter W/E date]-15 And >[Enter W/E date]-21
Code:
<=[Enter W/E date]-22 And >[Enter W/E date]-28
I get an error of 'This expressison is typed incorrectly, or it is too complex to be evaluated.'
Comment