R
Rick B
I need to create a simple math test with 30 questions. They should all be
addition. Basically, I need a report with about 6 fields per line. The
first field will be the question number and will start at 1 and go to 30.
The second field will be a random number from 1 to 20. The third field will
be a text box to simply print "+". The fourth field will again be a random
number from 1 to 20. The fifth field will be "=" and the final will just be
an underscore for the answer.
I need to know a few things...
How do I create the question number field, set it to increment by one each
line, and tell it to stop when it gets to 30?
How do I create the random number fields?
I am pretty good with vba and have created random numbers before, so I think
I can probably dig around and find that code.
This will be a printed report that my wife will produce about 10 copies of
each week for her special needs students. I will put a report header to
allow the student to fill in their name and the date. As they progress, I
might expand the numbers and throw in subtraction.
Thanks for your help.
addition. Basically, I need a report with about 6 fields per line. The
first field will be the question number and will start at 1 and go to 30.
The second field will be a random number from 1 to 20. The third field will
be a text box to simply print "+". The fourth field will again be a random
number from 1 to 20. The fifth field will be "=" and the final will just be
an underscore for the answer.
I need to know a few things...
How do I create the question number field, set it to increment by one each
line, and tell it to stop when it gets to 30?
How do I create the random number fields?
I am pretty good with vba and have created random numbers before, so I think
I can probably dig around and find that code.
This will be a printed report that my wife will produce about 10 copies of
each week for her special needs students. I will put a report header to
allow the student to fill in their name and the date. As they progress, I
might expand the numbers and throw in subtraction.
Thanks for your help.