Suppress Grouping Value

D

darcy325

Trying to suppress top level of Grouping on a easy employee grid listing:
Drop down Dept List: (user picks)
runs query by dept number

form shows: Job Name Employee Name

I want to supress the duplicate Job Names
Listing all employee names per Job Name

It keeps duplicating for each record received back from sql server connection.

thanks
Darcy
 
F

Franck Dauché

Hi,

Did you try to Modify your data connection to the SQL DB and "Edit SQL..."
to play with the SQl Statement?

Regards,

Franck Dauché
 
D

darcy325

I am pulling the data from a view i wrote in sql server.
here is what the data looks like. i can't figure out how
to suppress the jobname in my view.
016011 CHARGE NURSE ARNOLD ELIZABETH DIANE
016011 CHARGE NURSE BURROWS JOANNA
016011 CLINICAL DIRECTOR MILLER JANA C.
016011 HUC (NON-CERT) DANIELS CARLA K.
016011 LVN EZELL CAROLYN JOANN
The user picks the dept from my list box
then the jobname last name and first name appear.
but the jobname is still duplicated all the way down.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top