1. I have a report that pulls data from a query that has a date field with this criteria:
Between [Enter Start Date] And [Enter End Date].
Is it possible to display on the report the dates that are entered in the Parameter Boxes that appear as criteria?
2. I have a table with 3 fields: PeriodID (long integer, auto number), PayStart (date field), and PayEnd (date field). The PayStart field has dates that correspond with the 1st and 15th of each month. The PayEnd field has dates that correspond with the 16th and whatever day is the last day of a particular month (e.g. 28th, 30th or 31st).
Can Access; give me the number of days between two dates (excluding Saturdays and Sundays) inclusive of of each date?
I have seen the NETWORKDAYS function, but it only works in EXCEL.
Does Access have a function that performs the same operation?