If I understand what you're saying, you created the tooltip by clicking
on your repeating field and entering the tip.
What you might try: create an invisible button for each repetition and
then create a tooltip for each button. Since you only want the tip to
display if there's a value in the repetition, use a Case statement to be
sure that the tip only shows when the repetition contains a value.
There may be other ways to do this, but I'm pretty sure this approach
will work.
Abbott
In article <1h6d7bu.f4dd741cnpzl0N%rich.sagall (AT) pobox (DOT) com>,
rich.sagall (AT) pobox (DOT) com (Rich Sagall) wrote:
Quote:
I have a repeating field. Each contains a number that corresponds to an
article. I want to see the article name when I put the cursor on a
number.
I can get this to work for the first of the 10 repeats, but not the
other nine. I use a lookup to do this.
How can I get this to work for the remaining 9 repeats?
Thanks,
Rich |