H
howard
Hi there
I'd be most grateful for any help on how to, correctly,
programmatically, write an Expression, for FormatCondition.
By using FormatCondition, from the Format menu, I entered
this expression - [txtLabel].[Value]="Other" - for
txtActual, and it worked.
I tried to write this expression in VBA as;
Set myFC = Me.[txtActual].FormatConditions.Add
(acExpression, ,[txtLabel].[Value]="Other")
However, I got an error message that said: I entered an
expression that had no value.
How do I write this sort of expression, properly, in VBA?
Thanks
H
I'd be most grateful for any help on how to, correctly,
programmatically, write an Expression, for FormatCondition.
By using FormatCondition, from the Format menu, I entered
this expression - [txtLabel].[Value]="Other" - for
txtActual, and it worked.
I tried to write this expression in VBA as;
Set myFC = Me.[txtActual].FormatConditions.Add
(acExpression, ,[txtLabel].[Value]="Other")
However, I got an error message that said: I entered an
expression that had no value.
How do I write this sort of expression, properly, in VBA?
Thanks
H