Recent content by yankeefan1972

  1. Y

    Conditional Formatting based on drop down list

    Thanks for all the help
  2. Y

    Conditional Formatting based on drop down list

    I think it doesn't work, because I am allowing multiple values be chosen in my drop down list...could that be, and is there and expression that would account for that? i.e. If multiple choices are made, that if one of them is Other, than the Other field is highlighted?
  3. Y

    Conditional Formatting based on drop down list

    :banghead:Yes I typed it correctly. I have played around with it and if it's not part of a list then it works.........???? I am assuming that my expression is wrong.
  4. Y

    Conditional Formatting based on drop down list

    Unfortunately I cannot post the DB. I'll explain again and maybe you can show me the expression I should use. I created a combobox through the lookup wizard when creating my table. It has 12 values in it. The last one is "Other". In the related form, I want the text box of the field...
  5. Y

    Conditional Formatting based on drop down list

    The Bound Column says 1 and the Row Source has all the options in it. How do I know which option will have what "ID".....sorry for the confusion.
  6. Y

    Conditional Formatting based on drop down list

    How do find out if the bound column is an ID number?? Also if it is, can I put that number in the expression?
  7. Y

    Conditional Formatting based on drop down list

    I'm trying to make a field become highlighted if a certain item is picked from a drop down list. For example if Other is chosen, another field named Other? becomes highlighted. I have tried it in conditional formatting, using Expression is [Field Name] = "Other" but it doesn't work when I...
Back
Top Bottom