HI
thanks for your help!
i need guidance for making text box or label appear (on form) when 4 condition (from query) is met - This is just for showing a sign that pops up (doesn't have to be text inside).
i tried to do this with conditional Formatting but my knowledge of Access is not so good...
i tried something like this.....(inside expression builder)....
[B]iif( [q]! [a]= "Danny" And [q]! = "Triangular" And [q]! [c] = "Red" And [q]! [d] > "1", "ATTENTION" , " " )
i tried to do this also in label/text box control source .....
And that's probably not the way to do it ...
Would appreciate help