I have created a table that consists of 5 fields. Three of the fields are text boxes and the other two are combo boxes. The two text boxes, “txtCR_SubmittedDate” and “txtCR_ClosureDate” are date fields. Listed below are the 5 fields that I mentioned above.
txtCR_Number
txtCR_SubmittedDate
txtCR_ClosureDate
cboCR_Status
cboCR_Creater
The combo box, “cboCR_Status” consist of two choices. They are Inprocess and Completed. When “Inprocess” has been selected from the combo box, “cboCR_Status” and text box “txtCR_ClosureDate” is empty, I would like to calculate the total amount of working days between the “txtCR_SubmittedDate” and the current date.
When “Completed” has been selected from the combo box, “cboCR_Status” and text box “txtCR_ClosureDate” has a date in it, I would like to calculate the total amount of working days between the “txtCR_SubmittedDate” and “txtCR_ClosureDate”.
I would like for the calculation to be shown in a report. Can this be done and how? Also would this have to be done in a query?
Thank you for any assistance.
txtCR_Number
txtCR_SubmittedDate
txtCR_ClosureDate
cboCR_Status
cboCR_Creater
The combo box, “cboCR_Status” consist of two choices. They are Inprocess and Completed. When “Inprocess” has been selected from the combo box, “cboCR_Status” and text box “txtCR_ClosureDate” is empty, I would like to calculate the total amount of working days between the “txtCR_SubmittedDate” and the current date.
When “Completed” has been selected from the combo box, “cboCR_Status” and text box “txtCR_ClosureDate” has a date in it, I would like to calculate the total amount of working days between the “txtCR_SubmittedDate” and “txtCR_ClosureDate”.
I would like for the calculation to be shown in a report. Can this be done and how? Also would this have to be done in a query?
Thank you for any assistance.