thanks for the tip, I tried it out but I still have the problem that if I
click on one record on the form that give me the answer "True" (ie the
control >0, ) then the command button is visible on all the forms (it is
continuous forms). If I can use conditional fomatting on controls on the from
and that is different for each one but I cant use conditional fromatting on
the command button.
> > Hi
> > I have a list of jobs outstanding dispayed on a form based on a query
[quoted text clipped - 25 lines]
> it will cover both cases. The part between the parens is evaluated as an
> expression returning True or False.
Stuart McCall - 19 May 2008 00:43 GMT
> thanks for the tip, I tried it out but I still have the problem that if I
> click on one record on the form that give me the answer "True" (ie the
[quoted text clipped - 41 lines]
>> it will cover both cases. The part between the parens is evaluated as an
>> expression returning True or False.
Ah, continuous form. No wonder you can't make it work. On a continuous form,
all the detail section rows are clones of the first one, so whatever changes
you make to visibility (or just about anything else) will be repeated for
the whole dataset. No way around this one (AFAIK).