G
Guest
I am redesigning a patient database with appr. 2800 records in it. I have a
form with 5 tab controls on it, 1 tab control "procedures" with 27 check
boxes for 27 different procedures and i have a seperate tab control "patient
summary" with a sub form that i want to list those checked "procedures" in a
datasheet view.
tblepdata
-----------
CompEPS
Ablation
Bi-V ICD
""
""
Meaning, if i check a box or multiple boxes on page 1 (ie...CompEPS and
Ablation) I want the subform on page 3 to list only those choices in a
datasheet view. Of the 27 procedures, a patient will typically only have 2 or
3 checked but i thought doing a seperate check box for each was easier than a
multiselect list box. Now the problem is listing only the checked procedures
on a serperate subform. Any suggestions would be greatly appreciated?
form with 5 tab controls on it, 1 tab control "procedures" with 27 check
boxes for 27 different procedures and i have a seperate tab control "patient
summary" with a sub form that i want to list those checked "procedures" in a
datasheet view.
tblepdata
-----------
CompEPS
Ablation
Bi-V ICD
""
""
Meaning, if i check a box or multiple boxes on page 1 (ie...CompEPS and
Ablation) I want the subform on page 3 to list only those choices in a
datasheet view. Of the 27 procedures, a patient will typically only have 2 or
3 checked but i thought doing a seperate check box for each was easier than a
multiselect list box. Now the problem is listing only the checked procedures
on a serperate subform. Any suggestions would be greatly appreciated?