M
M
I have a query that gets results from three tables. The
main criteria of this query is a 'Between' date range. I
want to change the way the query gets these dates from a
simple user input when the query runs to a textbox on an
unbound form.
I changed all of the instances of [Start Date] to [Forms]!
[frmForm]![txtStartDate] and the same for the [End Date].
However, when I run the query I get incomplete results.
Not all of the fields are returning results. I've checked
all of the instances of date ranges and everything seems
to be in order. I've changed the '***![txtStartDate]' back
to [Start Date] and I get all of the results. Then back
again and only some of the results. Any ideas?
Thanks
M
main criteria of this query is a 'Between' date range. I
want to change the way the query gets these dates from a
simple user input when the query runs to a textbox on an
unbound form.
I changed all of the instances of [Start Date] to [Forms]!
[frmForm]![txtStartDate] and the same for the [End Date].
However, when I run the query I get incomplete results.
Not all of the fields are returning results. I've checked
all of the instances of date ranges and everything seems
to be in order. I've changed the '***![txtStartDate]' back
to [Start Date] and I get all of the results. Then back
again and only some of the results. Any ideas?
Thanks
M