B
BonnieW via AccessMonster.com
I have a textbox on a bound form which I would like to have display the
elapsed time of a visit, in hours. This value will not be stored in the
table. Right now, I have as the control source of the textbox:
=DateDiff("h",[txtTime1],[txtTime2])
Which, oddly enough, only displays (correctly, by the way, hooray for that
much) when I click in the box. When I click off, it disappears.
Why? How can I get it to stop? Thanks in advance!
elapsed time of a visit, in hours. This value will not be stored in the
table. Right now, I have as the control source of the textbox:
=DateDiff("h",[txtTime1],[txtTime2])
Which, oddly enough, only displays (correctly, by the way, hooray for that
much) when I click in the box. When I click off, it disappears.
Why? How can I get it to stop? Thanks in advance!