Conditions

J

john

Hello,

Given the particular information in a cell, I would like
another cell in the same record to become populated with
1 of 3 possibilities. How do I go about accomplishing
this?

Thank you.
 
A

Alan Fisher

Look at the Conditional Formatting under the Format Menu
in design mode. You should be able to get what you want
from there.
 
M

Marshall Barton

john said:
Given the particular information in a cell, I would like
another cell in the same record to become populated with
1 of 3 possibilities. How do I go about accomplishing
this?


That's a pretty vague description, but one way would be to
use an expression in the "another" text box:

=IIf(txtbox = possibilty1, value1, IIf(txtbox = possibilty2,
value2, value3))
 

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

Top