I have a query in which one of my fields is "Invoice date" from a table. As a criteria of that field I am using a date range from a form. The criteria expression is:
Between [forms]![YTD Query Calendar Prelim Results]![monthstart] And [forms]![YTD Query Calendar Prelim Results]![monthend]
The above works fine. So it seems to me that I should be able to add a field to the same query such as:
Date: [forms]![YTD Query Calendar Prelim Results]![monthstart]
As written above the field is looking for data in the same form where my criteria line got it from. For some reason, this field never populates (the results are blank in that field) I don't understand why.
Between [forms]![YTD Query Calendar Prelim Results]![monthstart] And [forms]![YTD Query Calendar Prelim Results]![monthend]
The above works fine. So it seems to me that I should be able to add a field to the same query such as:
Date: [forms]![YTD Query Calendar Prelim Results]![monthstart]
As written above the field is looking for data in the same form where my criteria line got it from. For some reason, this field never populates (the results are blank in that field) I don't understand why.