i creating form calculate run time subtracting end time start time.
i using macros visual basic scripting non-existent , if necessary want other people able modify script in future.
in macro have following:
item= [forms]![jobs]![calculated run time]
expression= [forms]![jobs]![end time]-[forms]![jobs]![start time]
if calculate run time of 01/11/2017 01:30:00 - 01/10/2017 01:00:00 value of 00:30:00 instead of 24:30:00.
how can set can 24:30:00?
unlike excel, access has no cumulative time format. display time decimal hours:
expression= 24*([forms]![jobs]![end time]-[forms]![jobs]![start time])
format calculated run time text box general number, or fixed desired number of decimal places.
Office / Access / Other/unknown / Office 2013
Comments
Post a Comment