fattyfatpants
Programmer
CR Version: 9 Developer
Platform: Win XP Pro
Datasources: SQL Server 2000 & SQLBase 7
I am wondering if it is possible to share individual values from a subreport to a main report as opposed to summary values
Sample Data From Time & Billing System (SQL Server 2000)
--Tkinit is timekeeper initials or first initial + lastname
--Tkfirst is first name
--Tklast is last name
--BHours is billable hours
--Hours is number of hours worked
Tkinit Tkfirst Tklast BHours Hours
JMD John Doe 674.50 700.00
psmith Pete Smith 856.25 890.25
mjohnson Mark Johnson 150.75 160.25
Sample Data from the Payroll System (SQLBase 7)
FirstName LastName SSN
John Doe 123456789
Pete Smith 234568790
Mark Johnson 876490653
Sample output
(first & last names from Time & Billing & SSN from Payroll & Billable Hours & Hours from Time & Billing)
John Doe 123456789 674.50 700.00
Pete Smith 234568790 856.25 890.25
Mark Johnson 876490653 150.75 160.25
There is a lot more info coming from the Time & Billing system to be included in the report and I need to grab information for individuals from the payroll system to be included with Time & Billing on the main report...I hope I'm making sense...Thanks in advance
Platform: Win XP Pro
Datasources: SQL Server 2000 & SQLBase 7
I am wondering if it is possible to share individual values from a subreport to a main report as opposed to summary values
Sample Data From Time & Billing System (SQL Server 2000)
--Tkinit is timekeeper initials or first initial + lastname
--Tkfirst is first name
--Tklast is last name
--BHours is billable hours
--Hours is number of hours worked
Tkinit Tkfirst Tklast BHours Hours
JMD John Doe 674.50 700.00
psmith Pete Smith 856.25 890.25
mjohnson Mark Johnson 150.75 160.25
Sample Data from the Payroll System (SQLBase 7)
FirstName LastName SSN
John Doe 123456789
Pete Smith 234568790
Mark Johnson 876490653
Sample output
(first & last names from Time & Billing & SSN from Payroll & Billable Hours & Hours from Time & Billing)
John Doe 123456789 674.50 700.00
Pete Smith 234568790 856.25 890.25
Mark Johnson 876490653 150.75 160.25
There is a lot more info coming from the Time & Billing system to be included in the report and I need to grab information for individuals from the payroll system to be included with Time & Billing on the main report...I hope I'm making sense...Thanks in advance