Hi,
I looking for the best way to find and then move and/or delete social security numbers. I would be looking for:
###-##-####
##-#######
#########
This will also include a search for Account numbers, so I am thinking all digits that follow "Acct" to the following space.
This will be VBA vs a query so there is fine control over what happens to the text. I can probably handle the text manipulation but I am not sure if it would be best to use instr, find, or something else.
Thanks for any input,
alr
_____________________________________
If a large part of intelligence is the ability to generalize, it is ironic that a large part of what we call wisdom is the ability not to generalize.
I looking for the best way to find and then move and/or delete social security numbers. I would be looking for:
###-##-####
##-#######
#########
This will also include a search for Account numbers, so I am thinking all digits that follow "Acct" to the following space.
This will be VBA vs a query so there is fine control over what happens to the text. I can probably handle the text manipulation but I am not sure if it would be best to use instr, find, or something else.
Thanks for any input,
alr
_____________________________________
If a large part of intelligence is the ability to generalize, it is ironic that a large part of what we call wisdom is the ability not to generalize.