From: Becky on
Greetings

Access help says that wildcards are not allowed when using conditional
formatting. Is there any work-around for this? I'd like to apply this
conditional formatting when... Field Value is Like "Area*"

Thanks, Becky
From: fredg on
On Fri, 30 Apr 2010 19:45:01 -0700, Becky wrote:

> Greetings
>
> Access help says that wildcards are not allowed when using conditional
> formatting. Is there any work-around for this? I'd like to apply this
> conditional formatting when... Field Value is Like "Area*"
>
> Thanks, Becky

Where did you read that?

Try
Conditional Formatting
Expression is
[FieldName] Like "Area*")

The above works for me.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail