Reminder to self: Never, ever, try to answer questions before having second
cup of tea in morning.
I apologize, did not read your original problem correctly. If you don't
mind using Excel, you can generate random letters and numbers there, combine
them into a single string, and then import that into a table of passwords
that you can use. It is not elegant, but it would work. If I wake up enough
in a few hours, I'll see if I can persuade VBA to do the same thing.
columnA: fill with numbers from 1 to whatever, to use as your reference
number in the database
columnB: (This will be your password) =D1&F1&H1&J1&L1&M1&N1&O1
columnC: =RANDBETWEEN(65,90)
columnD: =CHAR(C1)
columnE: =RANDBETWEEN(65,90)
columnF: =CHAR(E1)
columnG: =RANDBETWEEN(65,90)
columnH: =CHAR(G1)
columnI: =RANDBETWEEN(65,90)
columnJ: =CHAR(I1)
columnK: =RANDBETWEEN(65,90)
columnL: =CHAR(K1)
columnM: =RANDBETWEEN(0,9)
columnN: =RANDBETWEEN(0,9)
columnO: =RANDBETWEEN(0,9)
Just copy the formulas from line 1 to however many lines of these you will
need. I combine them in column B to make it easier to import the info into
Access. You'll have this sort of thing in Column B:
BYSUP970
KZUDU358
JOPHO782
MZIHG442