Too weird but still I have a doubt....
I have two table....
-> OutpatientDetails
-> InpatientDetails
But the fieldnames are same except for the ID....i.e. OutPatientID and InPatientID respectively.....
I want to combine both the tables and produce one output.....I dont know whether it is possible or no....
I want the doctors to see both the data simulataneously...
like
PatientID | PatientFName | PatientLName | Gender
------------------------------------------------
INP1 | ABC | XYZ | Female -this is an inpatient
OTP1 | DEF | PQR | Male -this is an outpatient
Is it possible to get the query this way.....
do let me know....
Thanks in advance.....