iFrame lists all possibilities
Posted: Sun Sep 29, 2019 9:50 pm
Newbie here
I have built a browse / edit form which lists patients and edits. It appears to be working fine.
I added a run object iFrame to list the referrals for a patient. Problem is that all referrals are being shown in the iFrame. I have tried the iFrame in the same tab as the patient details and also in a seperate referral tab. Same list. Adding a new one seems to be fine.
SQL for the referral form is
SELECT *
FROM referral INNER JOIN patients
ON referral.patientID = patients.patid
Help would be appreciated.
I have built a browse / edit form which lists patients and edits. It appears to be working fine.
I added a run object iFrame to list the referrals for a patient. Problem is that all referrals are being shown in the iFrame. I have tried the iFrame in the same tab as the patient details and also in a seperate referral tab. Same list. Adding a new one seems to be fine.
SQL for the referral form is
SELECT *
FROM referral INNER JOIN patients
ON referral.patientID = patients.patid
Help would be appreciated.