Make a Crystal Report with data fetched from two differents tables
- by Selom
Hi, Im using vb.net and I need to fetch data from two different tables and display it in form of report.
These are the schemas and data of my two tables:
CREATE TABLE personal_details (staff_ID integer PRIMARY KEY, title varchar(10), fn varchar(250), ln varchar(250), mn varchar(250), dob varchar(50), hometown varchar(250), securityno…