Crystal Report / ReportViewer

chad_stone

Member
Joined
Jan 31, 2008
Messages
8
Programming Experience
Beginner
I have access to a shared folder from a server not the actual server itself,
This will be where I install my access database, then each user will install the application via cd that will be supplied.
Can I use Crystal Reports like this. I have gotten a lic. error,and some gac error in the past when trying this.
What I have in my database are several tables
tblUnit - which has three fields unitID, unitAbb, unitDesc.
tblPriSys- 4 fields priSysID, PriSysAbb, PriSysDesc, fUnitID
tblSystem - 4 fields systemID, systemAbb, SystemDesc, fPriSysID
tblHydro - 4 fields hydroID, hydroNumber, hydroPSIG, fsystemID

They are wanting a report that shows up like this
example.bmp

What would be the best report to use for this? Thanks
 
Back
Top