I have a text box in my form:
([qryHuaweiTicketsQuery.DateCreated])-([qryHuaweiTicketsQuery.Occurrence-Date]) AS [MTTR Response]
This gives me the MTTR (Mean Time to Respond) which is what I want. I have a combo box with 5 catgories:
SLA Criticality Target
Critical 0:15
Critical (Not Measured) 0:15
Major 0:15
Major (Not Measured) 0:15
Minor 0:35
I want to be able to click on either one of the categories above in a combo box that is linked to the text box that will automatically popoukate if the MTTR of a ticket has MET or MISSED its target
([qryHuaweiTicketsQuery.DateCreated])-([qryHuaweiTicketsQuery.Occurrence-Date]) AS [MTTR Response]
This gives me the MTTR (Mean Time to Respond) which is what I want. I have a combo box with 5 catgories:
SLA Criticality Target
Critical 0:15
Critical (Not Measured) 0:15
Major 0:15
Major (Not Measured) 0:15
Minor 0:35
I want to be able to click on either one of the categories above in a combo box that is linked to the text box that will automatically popoukate if the MTTR of a ticket has MET or MISSED its target