S
Stephen Glynn
I'm working on a record-keeping system for a traditional Chinese
medicine practice and am trying to work out a way of recording the
needle points used in each individual acupuncture treatment session.
I've got this working on a form/subform where the acupuncturist selects
the patient and the treatment session on a main form and then selects on
a subform(using Yes/No boxes) the points he's used in that particular
session. The subform is currently a list of all the available
acupuncture points in continuous form view and the practitioner scrolls
down it clicking on the Yes/No box to record the needling points he's
used in that particular session.
That works without problems.
What I'd like to do -- well, what I've been asked to do -- is to use an
acupuncture schematic of the human body as a background for the subform
(I can do that) and then separate all the Yes/No boxes out and drop them
onto the subform in appropriate places.
What, in short, I want to do is to drop lots of captioned Yes/No boxes
around the graphic of the human body and somehow reference each
particular Yes/No box as referring to a particular fldNeedlingID in my
tblNeedlings and recording whether the Yes/No property for that
particular row is Yes or No.
In short, what I suppose I'm trying to do is drop several Yes/No boxes
onto a graphic, have each Yes/No box referring to a specific
tblNeedlings.NeedlingsID and set the Yes/No field for that particular
needle point to Yes/No.
Alternatively, and I'm not sure how to do this either, I could have a
list of acupuncture points in continuous form view on the left-hand side
of the subform (ideally on the left-hand and right-hand sides both) and
draw lines from them to a graphic on the right of (or between) my
entries in continuous form view.
Steve
medicine practice and am trying to work out a way of recording the
needle points used in each individual acupuncture treatment session.
I've got this working on a form/subform where the acupuncturist selects
the patient and the treatment session on a main form and then selects on
a subform(using Yes/No boxes) the points he's used in that particular
session. The subform is currently a list of all the available
acupuncture points in continuous form view and the practitioner scrolls
down it clicking on the Yes/No box to record the needling points he's
used in that particular session.
That works without problems.
What I'd like to do -- well, what I've been asked to do -- is to use an
acupuncture schematic of the human body as a background for the subform
(I can do that) and then separate all the Yes/No boxes out and drop them
onto the subform in appropriate places.
What, in short, I want to do is to drop lots of captioned Yes/No boxes
around the graphic of the human body and somehow reference each
particular Yes/No box as referring to a particular fldNeedlingID in my
tblNeedlings and recording whether the Yes/No property for that
particular row is Yes or No.
In short, what I suppose I'm trying to do is drop several Yes/No boxes
onto a graphic, have each Yes/No box referring to a specific
tblNeedlings.NeedlingsID and set the Yes/No field for that particular
needle point to Yes/No.
Alternatively, and I'm not sure how to do this either, I could have a
list of acupuncture points in continuous form view on the left-hand side
of the subform (ideally on the left-hand and right-hand sides both) and
draw lines from them to a graphic on the right of (or between) my
entries in continuous form view.
Steve