D
David Kassa
Hi all,
I want to have a textbox/Main data source validate against a secondary data
source. I can do this by looking up values in a list box, but I don't like
that the box stops sorting after the first typed character. It forces the
operator to have to use a mouse or arrow keys. Instead, I'd like to have
free text, but check the value after the update.
I thought it would be as simple as in Validation saying "Field not equal to
@SecondarySource", but this statement never evaluates as true.
I am using repeating sections on the primary data source and only want to
use the secondary data source for validation. if additional information is
needed, please ask.
Thanks in advance for any help!
David Kassa
I want to have a textbox/Main data source validate against a secondary data
source. I can do this by looking up values in a list box, but I don't like
that the box stops sorting after the first typed character. It forces the
operator to have to use a mouse or arrow keys. Instead, I'd like to have
free text, but check the value after the update.
I thought it would be as simple as in Validation saying "Field not equal to
@SecondarySource", but this statement never evaluates as true.
I am using repeating sections on the primary data source and only want to
use the secondary data source for validation. if additional information is
needed, please ask.
Thanks in advance for any help!
David Kassa