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?
Hi,
perhaps this will help:
http://www.lebans.com/conditionalformatting.htm

Signature
Best regards,
___________
Alex Dybenko (MVP)
http://accessblog.net
http://www.PointLtd.com
> Continuous form. I have three controls in question here:
>
[quoted text clipped - 13 lines]
> determine the record number for the non-current records? Or is there some
> simpler way?
Brian - 06 Oct 2007 19:49 GMT
That did it. Thanks, Alex.
> Hi,
> perhaps this will help:
[quoted text clipped - 17 lines]
> > determine the record number for the non-current records? Or is there some
> > simpler way?