J
John C.
I have a form which asks the user for start and stop dates
of a query.
I'm using the design view to obtain the needed records.
The criteria for [Date] field is:
Between [Forms]![frmFindTechEntries]![txtDataStart] And
[Forms]![frmFindTechEntries]![txtDateEnd]
It returns no records when I run the query from the form.
If I run the query directly from the query list, and let
it ask me for the start/stop dates, it does retreive the
appropriate records.
Should there be "#" signs somewhere in the criteria?
of a query.
I'm using the design view to obtain the needed records.
The criteria for [Date] field is:
Between [Forms]![frmFindTechEntries]![txtDataStart] And
[Forms]![frmFindTechEntries]![txtDateEnd]
It returns no records when I run the query from the form.
If I run the query directly from the query list, and let
it ask me for the start/stop dates, it does retreive the
appropriate records.
Should there be "#" signs somewhere in the criteria?