G
Guest
Continuous form. I have three controls in question here:
TimeBegin (unbound)
TimeEnd (unbound)
TimeCount
On TimeBegin & TimeEnd AfterUpdate events, this code (over-simplified here):
TimeCount = TimeEnd - TimeBegin
TimeBegin = Null
TimeEnd = Null
How can I hide the contents of TimeBegin & TimeEnd from all except the
current record? Conditional format with white font? But if so, how do I
determine the record number for the non-current records? Or is there some
simpler way?
TimeBegin (unbound)
TimeEnd (unbound)
TimeCount
On TimeBegin & TimeEnd AfterUpdate events, this code (over-simplified here):
TimeCount = TimeEnd - TimeBegin
TimeBegin = Null
TimeEnd = Null
How can I hide the contents of TimeBegin & TimeEnd from all except the
current record? Conditional format with white font? But if so, how do I
determine the record number for the non-current records? Or is there some
simpler way?