Hide content of unbound text box from non-current records

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top