B
BobV
I am trying to create a report that is an employee phone directory based off
my employee db. My problem is that it needs to be sorted in a particular
order that is not alphabetical. My groupings are first by Division; then by
Office Name. Under the Office Name, for each employee, I am printing their:
Office symbol
Position title
Name
Phone number
So first, to make it sort in the order I want it to, I added a column to the
WorkLocation table called ranking, and entered a numeric value for where I
want each one to fall. Works great, as long as all the office symbols under
a particular office name are the same. However, when I encounter an office
name that possesses numerous office symbols under it, it prints out each
individual as many times as there are different office symbols. For
example, for the division chief and his secretary, a symbol would be AC for
the DivChief and ACS for the Secretary; but they would both fall under the
heading of "Admin Division Chief"; and they each print out twice.
How would I make multiple office symbols under a single office name print
out properly? Any help would certainly be appreciated.
Thanks in advance,
Bob
my employee db. My problem is that it needs to be sorted in a particular
order that is not alphabetical. My groupings are first by Division; then by
Office Name. Under the Office Name, for each employee, I am printing their:
Office symbol
Position title
Name
Phone number
So first, to make it sort in the order I want it to, I added a column to the
WorkLocation table called ranking, and entered a numeric value for where I
want each one to fall. Works great, as long as all the office symbols under
a particular office name are the same. However, when I encounter an office
name that possesses numerous office symbols under it, it prints out each
individual as many times as there are different office symbols. For
example, for the division chief and his secretary, a symbol would be AC for
the DivChief and ACS for the Secretary; but they would both fall under the
heading of "Admin Division Chief"; and they each print out twice.
How would I make multiple office symbols under a single office name print
out properly? Any help would certainly be appreciated.
Thanks in advance,
Bob