C
ChuckW
Hi,
I have an access application with two text boxes: Start
Date and End Date along with a command button that is a
report. In my query that runs the report I have the
following in my Criteria:
Between [Forms]![SelectSalesALL]![txtStartDate] And
[Forms]![SelectSalesALL]![txtEndDate]
I now need to calculate the difference between the two
dates that the user enters into the text boxes. It can
be in another query that reads the first query. Can
someone help?
Thanks,
Chuck
I have an access application with two text boxes: Start
Date and End Date along with a command button that is a
report. In my query that runs the report I have the
following in my Criteria:
Between [Forms]![SelectSalesALL]![txtStartDate] And
[Forms]![SelectSalesALL]![txtEndDate]
I now need to calculate the difference between the two
dates that the user enters into the text boxes. It can
be in another query that reads the first query. Can
someone help?
Thanks,
Chuck