aqif
Registered User.
- Local time
- Today, 05:10
- Joined
- Jul 9, 2001
- Messages
- 158
Hi 
I have two table which look like this
TblPrimaryDiagnosis
-------------------
PriDiagID (primary diagnosis ID)
CancerID (type of cancer)
..plus other fields
TblPtDiagBasis
---------------
PriDiagID (primary diagnosis ID)
DiagBasisID (basis of diagnosis for primary diagnosis)
OtherComments
The idea behind this table structure is to store many Baisis of Diagnosis for one primary diagnosis. Now I need to export the data and the other site is only interested in the 1st Diagnosis that comes first in the list and dont want many rows for one patient. How can I do that. I cannot set the criteria as maybe tht basis of diagnosis is not present but other are. Can i try dlokup n stuff?>
Any suggestions?
Cheers!
Aqif
I have two table which look like this
TblPrimaryDiagnosis
-------------------
PriDiagID (primary diagnosis ID)
CancerID (type of cancer)
..plus other fields
TblPtDiagBasis
---------------
PriDiagID (primary diagnosis ID)
DiagBasisID (basis of diagnosis for primary diagnosis)
OtherComments
The idea behind this table structure is to store many Baisis of Diagnosis for one primary diagnosis. Now I need to export the data and the other site is only interested in the 1st Diagnosis that comes first in the list and dont want many rows for one patient. How can I do that. I cannot set the criteria as maybe tht basis of diagnosis is not present but other are. Can i try dlokup n stuff?>
Any suggestions?
Cheers!
Aqif