aalrr1 Posted June 16, 2008 Posted June 16, 2008 I want to generate a unique login from a full name (first, middle and last initial). If the Login exists (or the middle initial is missing), the middle initial should be changed to X; if that exists, change to Y; and then Z. I am able to assign a variable to the first concatenation and assign to the Login field; however, I don't know how to test it against the existing entries for the Login field. If I set the field to be unique, the validation is passive and doesn't allow a calculation to change the field. How do I accomplish this? Thank you.
comment Posted June 16, 2008 Posted June 16, 2008 You are describing a recursive process, so you need either a custom function (requires the Advanced version) or a script.
Recommended Posts
This topic is 6064 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