ChrisTheJaysFan
Technical User
Hey all,
What i have is a form users input into which is received from phone calls. Right now the users have the ability to provide service numbers to those who call in looking for them. This has to be a randomly generated number so there will be no duplicates Right now they are using a web applet to produce the number then copying that number into the form and saving the record.
What i want is a command button on the form called cmdNumberGen. When clicked this button will populate a text field on the form with the number which is then written back to the table the form is based on for reporting purposes. Ideally the number generated would work with a short text string at the beginnning...........for example when clicked the number ISSP1 is entered for the first code........when clicked again by another or the same user ISSP2 is generated and so on.
Is there a simple way for a non-programmer to accomplish this? I have something very similar but unfortunately do not have the coding in front of me at work.
Thanks in advance,
Chris
What i have is a form users input into which is received from phone calls. Right now the users have the ability to provide service numbers to those who call in looking for them. This has to be a randomly generated number so there will be no duplicates Right now they are using a web applet to produce the number then copying that number into the form and saving the record.
What i want is a command button on the form called cmdNumberGen. When clicked this button will populate a text field on the form with the number which is then written back to the table the form is based on for reporting purposes. Ideally the number generated would work with a short text string at the beginnning...........for example when clicked the number ISSP1 is entered for the first code........when clicked again by another or the same user ISSP2 is generated and so on.
Is there a simple way for a non-programmer to accomplish this? I have something very similar but unfortunately do not have the coding in front of me at work.
Thanks in advance,
Chris