JohnLee
04-12-2007, 08:02 AM
Hi,
I am new to programming in Access and therefore need some assistance, as my knowledge is very limited.
I have a number of Model numbers that due to the nature of how they are provided could have numerous variations. I need to know if I can write code that will automatically produce all the possible variations, for instance:
Model No: B1322N1GB
Because of the way customers write their information the B could be mistaken for the numerical character "8"
The numerical character "1" could be mistaken for the alphabetical characters "I" [Uppercase] or "l" [Lowercase L]
The numerical character "2" could be mistaken for the alphabetical character "Z"
The alphabetical character "N" could be mistaken for the alphabetical character "H"
Also as some of the model numbers include the alphabetical character "D" this could be mistaken for the alphabetical character "O" or numerical character "0" [zero]
I need to be able to write code that could produce the model number with all these possible variations.
This would give me a complete listing of all those possibilities and I could then produce a process that would pick these out and then allocate the correct model number.
Any assistance with this would be most appreciated
FAB
John Lee
I am new to programming in Access and therefore need some assistance, as my knowledge is very limited.
I have a number of Model numbers that due to the nature of how they are provided could have numerous variations. I need to know if I can write code that will automatically produce all the possible variations, for instance:
Model No: B1322N1GB
Because of the way customers write their information the B could be mistaken for the numerical character "8"
The numerical character "1" could be mistaken for the alphabetical characters "I" [Uppercase] or "l" [Lowercase L]
The numerical character "2" could be mistaken for the alphabetical character "Z"
The alphabetical character "N" could be mistaken for the alphabetical character "H"
Also as some of the model numbers include the alphabetical character "D" this could be mistaken for the alphabetical character "O" or numerical character "0" [zero]
I need to be able to write code that could produce the model number with all these possible variations.
This would give me a complete listing of all those possibilities and I could then produce a process that would pick these out and then allocate the correct model number.
Any assistance with this would be most appreciated
FAB
John Lee