P
Patrick B
I'm building a medical database. I want a form that allows users to
check off diagnoses. The diagnoses need to be split up into categories.
This is totally do-able on reports: just have a group header for
Category. But I can't figure out how to simulate the same effect on a form.
The end result should look like this:
CategoryName1
[ ] Option 1
[ ] Option 2
CategoryName2
[ ] Option 3
[ ] Option 4
(Those are meant to be checkboxes.)
The way I'd like to solve the problem is to have a continuous form of
Categories, and in the detail section have the category name and right
below it a subform. The subform would be a continuous form of related
Diagnoses.
But Access won't let you put a continuous form as a subform within
another continuous form.
I sense the solution may involve some special coding. Any body have any
ideas?
Thanks much!
-Patrick
check off diagnoses. The diagnoses need to be split up into categories.
This is totally do-able on reports: just have a group header for
Category. But I can't figure out how to simulate the same effect on a form.
The end result should look like this:
CategoryName1
[ ] Option 1
[ ] Option 2
CategoryName2
[ ] Option 3
[ ] Option 4
(Those are meant to be checkboxes.)
The way I'd like to solve the problem is to have a continuous form of
Categories, and in the detail section have the category name and right
below it a subform. The subform would be a continuous form of related
Diagnoses.
But Access won't let you put a continuous form as a subform within
another continuous form.
I sense the solution may involve some special coding. Any body have any
ideas?
Thanks much!
-Patrick