We have that old software (made by one of the first employees many years ago) in company that uses Microsoft Access to run. Boss asked me to add a random string generation in the specific text box on click but i have no idea how to do that. I dont have any Microsoft Access programming experience, thats why i am askin you to help.
I managed to create button and text field so far. Thats where it stops. I also managed to access the code for the button action:
Private Sub command133_Click()
End Sub
Try this function:
Workin on @Bathsheba code, I did this. It will generate a random string with the number of characters you'd like.
Code :
I use it with random number of characters, like this :
Result :
This is one way, will work in Access VBA (which is an older basic than vb.net). It will generate a string with letters and numbers.