W
Wayne
I'm trying to execute a query which contains a date field (mm/dd/yyyy)
where the criteria for that date field is a value entered in a form text
box (yyyy).
But obviously it doesn't work. I even tried using Like
[Forms]![Form1]![Year], but that doesn't work either.
There's got to be a more efficient way of doing this, besides creating a
separate Year field to query on instead.
Any ideas?
where the criteria for that date field is a value entered in a form text
box (yyyy).
But obviously it doesn't work. I even tried using Like
[Forms]![Form1]![Year], but that doesn't work either.
There's got to be a more efficient way of doing this, besides creating a
separate Year field to query on instead.
Any ideas?