R
Robin Chapple
I have a report which covers a financial year and I need to prepare a
report covering the previous six weeks activity. This was
straightforward in the first year when I used:
<Now()-45
but now I need to exclude data before 1st July each year.
I have tried this which is a failure.
How do I overcome my problem?
Robin Chapple
report covering the previous six weeks activity. This was
straightforward in the first year when I used:
<Now()-45
but now I need to exclude data before 1st July each year.
I have tried this which is a failure.
#1/07/2005# And <Now()-45
How do I overcome my problem?
Robin Chapple