MOD36 check digit
Hello all,,
I am a totally beginner in Access, I like to think that Iâm a fast learner but Iâm stocked with this database for weeks now and mod36 check digit isnât the only issue, but I thought its better to go one thing at the time, so maybe its better for me to explain once again what Iâm trying to accomplish in here, so it will be easier for you to help me. I have a form and in that form I have a Text field (Text1) where I generate a random number like this:
Default Value ="GYM01" & Int((9999999-1000000+1)*Rnd()+1000000)
so i have a 15 characters random string, for example (GYM012547787854)
now, I have another text field (Text2) where I need to add the mod36 check digit to this 15 characters string I generated, meaning in this Text2 I would like to have GYM012547787854 + (check digit, that can be 0 to 9 or A to Z) for example after the "formula or code" it should bring GYM0125477878547 (automatically generated complete 16 digit reference code that I need)
So Iâm pretty sure that you can do this, the only thing is for me to know how to put all the code in place
I really appreciate your help and thank you for your time.
Sincerely
toqilula
|