Conditional Formatting only after switching to desigbn mode?

H

Henrootje

I have a form that contains conditional formatting.
If I change the recordsource form query A to B (using VB) conditional
formatting does not work.
I have to switch to design view and back to normal and then it works.
If I change from B to A this does not happen.
If I start the form with Query B as default recordsource same thing: I
have to go to design view and back to have conditional formatting.

Things like requery don't work????


Any one has any ideas?

TIA Henro
 
H

Henrootje

found it. Twice the same field in a query. Although the second one was
called Expr1: it still caused this strange behaviour.

It is solved now
 
H

Henrootje

found it. Twice the same field in a query. Although the second one was
called Expr1: it still caused this strange behaviour.

It is solved now
 
Top