Newbies smugcat Posted May 13, 2004 Newbies Posted May 13, 2004 I have a repeating field which was initially just text. Now any new entries come from a looked-up list. Is there any way to validate entries which occurred before the new validation, ie find any entries that are NOT from the looked-up list but were typed in.
zincb Posted May 17, 2004 Posted May 17, 2004 Attached is a simple file that does what you want, using the "EXACT" function, and by replacing the paragraph returns with a "pipe" character, so the list can be manipulated. It works for both exact case matching and for case-insensitive matching. To expand for a repeating field, use the GetRepetition function in an inner Loop. data_validation.zip
Recommended Posts
This topic is 7796 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now