Cheryl
It sounds like you are talking about Word Fields and not VBA.
{ ASK MoneyDue "Does the client owe ..." }{ IF { MoneyDue } = "Yes""Please.
. . " }
The ASK field fires the prompt sets the bookmark value. The IF fields
compares the value of the REF field to the sting "yes" and provides the
desired text if the condition is met. All field codes braces { } must be
entered with CTRL+F9.

Signature
Greg Maxey/Word MVP
A Peer in Peer to Peer Support
> I want to ask the user if the client owes any money and if so, to
> insert something. I have {IF {ASK "Does the client owe the firm
[quoted text clipped - 3 lines]
> Of course it doesn't work; I hardly expected it to. I've never done
> this kind of thing before and Word's help was useless.