Hunting for the check digit scheme

M

Markus

below is the list of hypothetical student numbers, the last digit is the
check digit. What I'd like to know is the check digit scheme used. Mod 10
algorithm doesn't work. I tried Verhoeff algorithm but it's to complicated
for me. Here's the first 20 in the series... please help me. i've been trying
to figure this out since yesterday. trial and error is so frustrating
already. i'd appreciate also if someone can show me how to implement in vb

017012217014
017012217028
017012217031
017012217045
017012217059
017012217062
017012217076
017012217080
017012217093
017012217108
017012217111
017012217125
017012217139
017012217142
017012217156
017012217160
017012217173
017012217187
017012217190
017012217205
 
M

MikeJohnB

Hi Markus

Perhaps you would like to expand on your actual requirements? Do you want to
peel off the last digit? Where and what do you want to do with the result?
View in form? View in query, View in report?
 
G

Graham R Seach

Markus,

If these are indeed *hypothetical* student numbers, then how did you create
the checksum digit?

There is no way we can tell, just by looking at these numbers, what
algorithm was used to create them. Also, it is highly unlikely that anyone
here is going to spend what could amount to hundreds of unpaid hours to
crack the code.

My advice is that you ask whoever created the numbers whose checksum
algorithm you want to crack.

Regards,
Graham R Seach
Microsoft Access MVP
Sydney, Australia
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top