InstructorGirl
New member
- Local time
- Today, 08:01
- Joined
- Oct 4, 2012
- Messages
- 7
My table is tblReleases
My fields are: ReleaseReceived
ReleaseCompleted
CMSEntry
JRSEntry
CRBApproval
All of these are date/time data types.
My form is frmDataSelection. I want to put these fields on a form and have the ability to select any field and enter a start date and an end date between any two dates selected on the form to calculate the average number of days. I am familiar with the DateDiff function and have used it before in a query where I am always looking at the the difference between the same dates, for example: =Avg(DateDiff("d",[ReleaseReceivd],[JRSEntry])), I just don't know where to begin with this. I will ultimately be creating a report and charting this data. Any help would be truly appreciated. Thank you!
My fields are: ReleaseReceived
ReleaseCompleted
CMSEntry
JRSEntry
CRBApproval
All of these are date/time data types.
My form is frmDataSelection. I want to put these fields on a form and have the ability to select any field and enter a start date and an end date between any two dates selected on the form to calculate the average number of days. I am familiar with the DateDiff function and have used it before in a query where I am always looking at the the difference between the same dates, for example: =Avg(DateDiff("d",[ReleaseReceivd],[JRSEntry])), I just don't know where to begin with this. I will ultimately be creating a report and charting this data. Any help would be truly appreciated. Thank you!