Fizzio
Chief Torturer
- Local time
- Today, 00:04
- Joined
- Feb 21, 2002
- Messages
- 1,885
I could do with a little help here as I'm stuck.
I have a patient information system and part of this is to record the patient's past medical history.
These items are not set but they can be recorded via a yes/no response.
Therefore I have tblPatientInfo, tblPMH and tblPatientsPMH
tblPatientInfo
PatientID
etc
tblPMH (stores PMH Questions)
PMHID
PMHQuestion
tblPatientPMH
PatientID
PMHID
Response
I want to be able to add PMH items to the patients PMH with a yes/no response but I cannot seem to do it. I've included a demo so I'd be most grateful if anyone could have a look and help me out.
I have a patient information system and part of this is to record the patient's past medical history.
These items are not set but they can be recorded via a yes/no response.
Therefore I have tblPatientInfo, tblPMH and tblPatientsPMH
tblPatientInfo
PatientID
etc
tblPMH (stores PMH Questions)
PMHID
PMHQuestion
tblPatientPMH
PatientID
PMHID
Response
I want to be able to add PMH items to the patients PMH with a yes/no response but I cannot seem to do it. I've included a demo so I'd be most grateful if anyone could have a look and help me out.