I apologize if there is a repeat here, but I've looked for this topic and can't seem to find it.
I am trying to find a way to compare fields (both are account id's) from separate sources to see if their accounts id's are in the same format.
I picture having a table with the expected format and another with the actual client data for comparison. The expected format could be any number of things: 1234-abc, 12345678, 12-ab-24, etc.
Is there a way to use VBA to validate a format of an account?
Thanks
I am trying to find a way to compare fields (both are account id's) from separate sources to see if their accounts id's are in the same format.
I picture having a table with the expected format and another with the actual client data for comparison. The expected format could be any number of things: 1234-abc, 12345678, 12-ab-24, etc.
Is there a way to use VBA to validate a format of an account?
Thanks