Assuming that the Stop time always occurs after the Start time (hate to assume) you could try:
iif(DateDiff("n",[StartTime],[StopTime])<0,DateDiff("n",[StartTime],[StopTime])-[BreakTime]+1440),DateDiff("n",[StartTime],[StopTime])-[BreakTime]))
You're probably getting a negative value for your...