when updating a field that is a text field using the datediff function, decimals are displayed.
when updating a field that is a number (fixed 2 decimals) the datediff updates the field with a rounded number (no decimals) go figure?
datediff("m",[start],[finish])\60
start is a text field 08:15
finish is a text field 10:00
via an update query
if i replace a text field i get 1.75 hours
if I replace a number field i get 2 hours
Cogito ergo sum - I think?
when updating a field that is a number (fixed 2 decimals) the datediff updates the field with a rounded number (no decimals) go figure?
datediff("m",[start],[finish])\60
start is a text field 08:15
finish is a text field 10:00
via an update query
if i replace a text field i get 1.75 hours
if I replace a number field i get 2 hours
Cogito ergo sum - I think?