S
Steve Stad
I think my expression is getting truncated at 255 characters. I would like
to use msgbox based on condition such as ...[Forms]![frmTest]![city]
<>"Washington DC" <> "BALTIMORE" <> "NEW YORK" <> "PORTLAND" <> "BOSTON" <>
"NEW PROVIDENCE" ..... etc - but the conditional expression with all of my
cities is over 255 chars long. Can you tell me how to rewrite the
conditional expression in the macro so the msgbox will display if the city is
not equal to a long list of many many cities.
to use msgbox based on condition such as ...[Forms]![frmTest]![city]
<>"Washington DC" <> "BALTIMORE" <> "NEW YORK" <> "PORTLAND" <> "BOSTON" <>
"NEW PROVIDENCE" ..... etc - but the conditional expression with all of my
cities is over 255 chars long. Can you tell me how to rewrite the
conditional expression in the macro so the msgbox will display if the city is
not equal to a long list of many many cities.