Hi all
I have a table with the following fields
DateReported - (Auto insert Date and Time, eg 21/06/2013 10:27:15)
ResponceTime - (Either 4 hours, 27 hours, 7 Days)
OutBy - (DateReported + ResponceTime)
I am trying to work out how to get the ResponceTime to work and OutBy is automatically calculated from DateReported for example
if DateReported is 21/06/2013 10:27:15, and the ResponceTime is 4 hours then the OutBy is 21/06/2013 14:27:15.
again if DateReported is 21/06/2013 10:27:15, and the ResponceTime is 7 days hours then the OutBy is 28/06/2013 14:27:15hope you can help
I have a table with the following fields
DateReported - (Auto insert Date and Time, eg 21/06/2013 10:27:15)
ResponceTime - (Either 4 hours, 27 hours, 7 Days)
OutBy - (DateReported + ResponceTime)
I am trying to work out how to get the ResponceTime to work and OutBy is automatically calculated from DateReported for example
if DateReported is 21/06/2013 10:27:15, and the ResponceTime is 4 hours then the OutBy is 21/06/2013 14:27:15.
again if DateReported is 21/06/2013 10:27:15, and the ResponceTime is 7 days hours then the OutBy is 28/06/2013 14:27:15hope you can help
Last edited: