Sep 18, 2003 #1 poliv Programmer Jun 3, 2000 48 US Hi, I have a problem to calculate the difference between to fields with the format hh:mm. Example: Field_A -> 14:05 Field_B -> 15:10 Difference (Field_B - Field_A)-> 01:05 Thanks
Hi, I have a problem to calculate the difference between to fields with the format hh:mm. Example: Field_A -> 14:05 Field_B -> 15:10 Difference (Field_B - Field_A)-> 01:05 Thanks
Sep 18, 2003 #2 krispi MIS May 16, 2002 281 GB Format Field_A and Field_B as 'Short Time'. Create an unbound control and format this as 'Short Time' as well. Set the Control Source for the unbound control to =Field_A - Field_B This should do it. Upvote 0 Downvote
Format Field_A and Field_B as 'Short Time'. Create an unbound control and format this as 'Short Time' as well. Set the Control Source for the unbound control to =Field_A - Field_B This should do it.
Sep 18, 2003 #3 KenReay Programmer Aug 15, 2002 5,424 GB Hi See DateDiff() function in help Regards Ken Reay Freelance Solutions Developer Boldon Information Systems Ltd Website needs upgrading, but for now - http://www.kenneth.reay.btinternet.co.ukUK Upvote 0 Downvote
Hi See DateDiff() function in help Regards Ken Reay Freelance Solutions Developer Boldon Information Systems Ltd Website needs upgrading, but for now - http://www.kenneth.reay.btinternet.co.ukUK