I'm creating a new report that pulls data from our ASP applicant tracking system. We can't pull directly from the database, so we have to download the data and then save it as an access file.
The problem is with how they generate the report. It looks like this in Access:
Job Title One Approver 1
Approver 2
Approver 3
Job Title Two Approver 1
Approver 2
Approver 3
I'm using Crystal to "pretty up" the report as well as exclude specfic rows based on the job title.
The problem is that I can't suppress the data because there is no job title associated with the "approver 2" and "approver 3" rows - rather the field is null.
Question is, how do I get the Job Title to show on ALL the rows?
Any help would be much appreciated!
The problem is with how they generate the report. It looks like this in Access:
Job Title One Approver 1
Approver 2
Approver 3
Job Title Two Approver 1
Approver 2
Approver 3
I'm using Crystal to "pretty up" the report as well as exclude specfic rows based on the job title.
The problem is that I can't suppress the data because there is no job title associated with the "approver 2" and "approver 3" rows - rather the field is null.
Question is, how do I get the Job Title to show on ALL the rows?
Any help would be much appreciated!