P
Pammy
Is there a way if I run a query on an employees table, when it is brought
back it will list the name only once with lines of infor until another group
is found Example of the query return:
Doe, John 1 1
Doe, John 1 1
Doe, John 1 1
Smith, Jill 1 1
Smith, Jill 1 1
I want it to look like this:
Doe, John 1 1
1 1
1 1
Smith, Jill 1 1
1 1
back it will list the name only once with lines of infor until another group
is found Example of the query return:
Doe, John 1 1
Doe, John 1 1
Doe, John 1 1
Smith, Jill 1 1
Smith, Jill 1 1
I want it to look like this:
Doe, John 1 1
1 1
1 1
Smith, Jill 1 1
1 1