T
tkosel
Is there a way to use data from another control in a tool tip?
I have a field named [TimeStamp] which displays a calculated time interval.
(i.e. 5.27 hours ago.) I would like to create a control tip for this field
that would display the actual time that was 5.27 hours ago. I have a control
named [CollectTime] which is the actual date/time stamp used to calculate the
[TimeStamp] value. I don't want to normally display that field as part of
the record.
I tried using me.CollectTime and a bunch of variations in the controltip
text for the control named [TimeStamp] but all I got for the control tip was
"me.CollectTime". Can data be used in the control tip?
I have a field named [TimeStamp] which displays a calculated time interval.
(i.e. 5.27 hours ago.) I would like to create a control tip for this field
that would display the actual time that was 5.27 hours ago. I have a control
named [CollectTime] which is the actual date/time stamp used to calculate the
[TimeStamp] value. I don't want to normally display that field as part of
the record.
I tried using me.CollectTime and a bunch of variations in the controltip
text for the control named [TimeStamp] but all I got for the control tip was
"me.CollectTime". Can data be used in the control tip?