I have a query holding the following information:
ID# Week# Unit# Council Count_of_people
001 1 99 DWC 25
002 1 145 CYC 15
003 1 929 GMC 10
I would like to take the field "count_of_people" divide it by 7, round up and print that many labels for that record.
How would that be done?
Any help would be appreciated.
Thanks in advance
ID# Week# Unit# Council Count_of_people
001 1 99 DWC 25
002 1 145 CYC 15
003 1 929 GMC 10
I would like to take the field "count_of_people" divide it by 7, round up and print that many labels for that record.
How would that be done?
Any help would be appreciated.
Thanks in advance