is the macro running from the form? if so, you don't need to reference the
form in the conditional statement, just the control name. also, is the field
a Text data type, or is it a Yes/No data type? if it's a Yes/No data type,
then it's actually a Boolean value, which is True or False (without any
quotes), as
[FieldName] = True
[FieldName] = False
hth
> I have a macro that opens a form & gets a combination of user input along
> with data from a query that the form is based on. I would like one of two
[quoted text clipped - 9 lines]
> Thanks,
> MelissaS