S
sk
I'm trying to setup a usage log db that calculates the minutes. I've got the
setup as follows:
Primary Key (autonumber)
TheDate (Date/Time)
TimeOn (Date/Time)
TimeOff (Date/Time)
TtlMinutesperEntry (Number)
On the form, I changed the control source for the "TtlMintuesperEntry" to
the formula:
=DateDiff("n",[TimeOn],[TimeOff])
which correctly calculates the minutes and shows the value in the fieldbox.
However, in the Table, Query, and Report, the value that is returned for
that formula-in-field is not showing up for calculations. How do I get this
setup to do so?
Thank you in advance for your any help you can provide.
setup as follows:
Primary Key (autonumber)
TheDate (Date/Time)
TimeOn (Date/Time)
TimeOff (Date/Time)
TtlMinutesperEntry (Number)
On the form, I changed the control source for the "TtlMintuesperEntry" to
the formula:
=DateDiff("n",[TimeOn],[TimeOff])
which correctly calculates the minutes and shows the value in the fieldbox.
However, in the Table, Query, and Report, the value that is returned for
that formula-in-field is not showing up for calculations. How do I get this
setup to do so?
Thank you in advance for your any help you can provide.