Flag Field in Form (Access 2003)

S

sharonm

Hello,

I have an Access 2003 Form for Vendors. I have one field (DBA) which is the
d/b/a name of a Vendor and I have another field (legalname) for this same
vendor.

I have a third field with its control source property set to:

=IIf([Forms]![DBA]<>[Forms]![legalname],"DOES NOT MATCH","OK")

The idea is to have this field display either "Does Not Match" or "OK"
whenever 1 of the 2 first fields are changed. How do I automatically update
this third field whenever a user changes one of the 2 fields?

Thanks.
 
R

RonaldoOneNil

This 3rd field will update automatically anyway because its control source is
a formula.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top