vgersghost
Vgersghost
- Local time
- Today, 15:52
- Joined
- Apr 29, 2005
- Messages
- 106
I have a form say with a control called route. What I have been trying to do is print out report for each route. (I have a different report for each route) I have a command button on the form with if statements, but it prints all the records from the the form to whichever If statment is true.
If route = 1
print a
else
if route = 2
print b
and so forth.
Thank you for any help.
If route = 1
print a
else
if route = 2
print b
and so forth.
Thank you for any help.