BruceWil15
Programmer
Hello All,
I am trying to write and access program for our small company that will reward customers with a random prize. I am not really sure on how to begin this project. I have done some random generators before, and a program where someone could enter a thier member number and it would track them.
What I am trying to do is the following.
I have about 1700 people in a list to allow a chance to win. Only those 1700 people would be eligible.
I want them the enter their member number, then hit enter. They would either be awarded $10.00 or a random gift.
There would only be about 26 random gifts.
Then I would want it to print out what they won.
Example: Customer steps up to computer, enters thier member number and it would say they either won $10 or a random gift (it would generate what that random gift was - say $500 off of tires).
Can this be done?
Any advise to get started would greatly help.
I am trying to write and access program for our small company that will reward customers with a random prize. I am not really sure on how to begin this project. I have done some random generators before, and a program where someone could enter a thier member number and it would track them.
What I am trying to do is the following.
I have about 1700 people in a list to allow a chance to win. Only those 1700 people would be eligible.
I want them the enter their member number, then hit enter. They would either be awarded $10.00 or a random gift.
There would only be about 26 random gifts.
Then I would want it to print out what they won.
Example: Customer steps up to computer, enters thier member number and it would say they either won $10 or a random gift (it would generate what that random gift was - say $500 off of tires).
Can this be done?
Any advise to get started would greatly help.