I need to calculate the number of minutes early or late that a service was delivered compared with the date due and time due. It seems like the best way would be to create two DateTime fields and use DateDiff but I can't figure out how to join the fields (other posts seem to be doing it the other way round). I have the following fields:
Can anyone suggest the best approach?
I'm using CR11 and an access database.
Code:
{TMGS_FILE_COVER_BACKUP.Date Issued}{TMGS_FILE_COVER_BACKUP.Date Due}
{TMGS_FILE_COVER_BACKUP.Time Issued}{TMGS_FILE_COVER_BACKUP.Time Due}
I'm using CR11 and an access database.