Templarman
New member
- Local time
- Today, 23:09
- Joined
- Aug 20, 2012
- Messages
- 5
Hi guys, I have a problem which I hope someone could solve?
I am using Access 2007 and on a form I have a calculated control which takes a number of people and divides this by 21. This is so postal labels can be produced; 21 to a sheet. The control source states;
=Round(Sum(([Category1]="C")*-1/21))
Access returns the value of 11.
C=50 - so therefore 50/21 = 2.380...
But 2 sheets of labels = (2*21=42) is obviously not enough, being 8 short.
I know I need to alter something in the control source's syntax but I am truly stumped. :banghead:
Thanks
I am using Access 2007 and on a form I have a calculated control which takes a number of people and divides this by 21. This is so postal labels can be produced; 21 to a sheet. The control source states;
=Round(Sum(([Category1]="C")*-1/21))
Access returns the value of 11.
C=50 - so therefore 50/21 = 2.380...
But 2 sheets of labels = (2*21=42) is obviously not enough, being 8 short.
I know I need to alter something in the control source's syntax but I am truly stumped. :banghead:
Thanks
Last edited: