I have a textbox 'Duration' whose control source is =DateDiff("n",[DurationFrom],[DurationTo])/60
All data is stored in a table.
This sort of works if the times entered in DurationFrom and DurationTo are nice and round (like 10:00 11:30 which would return 1.5hours)
I get problems when times...