I read your code:
> > Iif(Text8
> > = 0, Visible = False, Iif(Text8 < 6, Visible = True, Iif (Text8 > 6,
> > Visible
> > = False))).
I thought you were trying to make the blue box visible in one case and
invisible in the other, which was why I had the control.visible syntax.
I do not understand why you think you want to set control source.
>> >> What I'm showing is a figure of the right arm. Each record contains
>> >> several
[quoted text clipped - 4 lines]
>> >> greater
>> >> than 6, a black box appears (more severe pain).
I could have had something like:
Blackbox.visible = ([Text8] > 6)
Bluebox.visible = ([Text8]>0) And ([Text8]<=6)
except that I would want colored pictures of the various body parts in their
close to correct positions.
> Hi David,
> You're great - I've almost got it. I've created a text box (set background
[quoted text clipped - 136 lines]
>> >> > > > >
>> >> > > > > End Sub
chris.nebinger@gmail.com - 18 Sep 2006 16:34 GMT
As an alternative, you could use Conditional Formatting. Right click
on the field in design view, then select Conditional Formatting. The
rest should be pretty self explanatory.
Chris Nebinger.
> I read your code:
> > > Iif(Text8
[quoted text clipped - 173 lines]
> >> >> > > > > --
> >> >> > > > > Thank you! - Jennifer