This Access tutorial explains how to generate random letter A to Z / a to z or a mix using Rnd Function.
You may also want to read:
Excel generate random letter A to Z using RANDBETWEEN
Access generate random letter A to Z using Rnd
In order to generate random letter, we have to make use of two Functions.
- Rnd
- Chr
In the below sections, I will briefly go going through these two Functions. For details, click on the link above.
Access generate random number using Rnd
Access R...
Read More