filthepitome
Technical User
SO here is a quick break down. We get a file from a business group, and there are two fields I am concerned with for this, an example is below
Old Value New Value
Name ______ (6 underscores)
Drug ________ (8 underscores)
Name ______ (6 underscores)
Address __________ (10 underscores)
And it is expected the new value will be as many characters as there are underscores. SO, is there any way I can limit the number of characters the user enters into this field based on the underscores present?
Also, I should mention, all of the fields end up being concatenated in to one field which has to be 100 bytes long, no more no less.
TIA
Old Value New Value
Name ______ (6 underscores)
Drug ________ (8 underscores)
Name ______ (6 underscores)
Address __________ (10 underscores)
And it is expected the new value will be as many characters as there are underscores. SO, is there any way I can limit the number of characters the user enters into this field based on the underscores present?
Also, I should mention, all of the fields end up being concatenated in to one field which has to be 100 bytes long, no more no less.
TIA