> >>I have tried If me.due=1 then me.check1.left=300.....
>
[quoted text clipped - 32 lines]
>
> - Show quoted text -
You might try using calculated fields in your query and set text boxes
property to flat, transparent, and bold.
The calculation like this --
Step1: IIF([Due]=1, "X", Null) Step2: IIF([Due]=2, "X", Null)
Step3: IIF([Due]=3, "X", Null)
When there is data the'X' will be visible.

Signature
KARL DEWEY
Build a little - Test a little
> Thanks Karl,
>
[quoted text clipped - 43 lines]
> >
> > - Show quoted text -
alex.999@hotmail.co.uk - 08 May 2008 21:48 GMT
On May 6, 9:08 pm, KARL DEWEY <KARLDE...@discussions.microsoft.com>
wrote:
> You might try using calculated fields in your query and set text boxes
> property to flat, transparent, and bold.
[quoted text clipped - 58 lines]
>
> - Show quoted text -
Hi Karl,
Still no joy.
However, the checkbox is there to be populated only when the question/
action has been completed.
I need a way for each line to be referenced individually to determine
the position of the checkbox rather than having them all based in the
first line.
It looks like I'm not going to be able to do this the way I wanted -
unless anyone else has any ideas.
Thanks
Alex.