G
Gina
Hi
I have a table where some data about cars is stored, amongst them MOT
now I would like to find out which cars require new MOT the following month
calculated from today's date (month)
It's set as criteria in the MOT field in a query and should come up with
e.g. car registration number and the MOT date
Month([Car]![MOT])>Now()+Month(1)
this here - sadly - doesn't give me any results
Thanks for any syntax for my criteria or other suggestions.
Gina
I have a table where some data about cars is stored, amongst them MOT
now I would like to find out which cars require new MOT the following month
calculated from today's date (month)
It's set as criteria in the MOT field in a query and should come up with
e.g. car registration number and the MOT date
Month([Car]![MOT])>Now()+Month(1)
this here - sadly - doesn't give me any results
Thanks for any syntax for my criteria or other suggestions.
Gina