C
Connie
Hi. I am using Access 2003. My main table (tblAnalysis) has a one-to-one
relationship with tblHazard through the AnalysisID. There are 78 fields in
tblHazard including number fields HazardID and AnalysisID, and checkbox
fields A, B, C, etc. on up to FF and text fields AText, BText, CText, etc. on
up to FFText.
I’ve created a report pulling data from tblAnalysis. (The report already has
a subreport from another one-to-one relationship with tblSCL).
For another section of the report, I need to insert the related record from
tblHazard, but I don’t want all 76 checkboxes and text boxes listed. I want
to list only the checkbox fields that are “True†along with the corresponding
text field. The “True†checkbox fields and their text fields need to be
listed under each other. For example:
Letter Description
A AText (text describing the letter A)
C CText (text describing the letter C)
L LText (text describing the letter L)
The “Letter†will be the field’s name rather than the checkmark and the
“Description†may have text or it could be blank.
I appreciate the help I’ve received on a previous question concerning this
database and am hoping that someone will have an answer for this one, too.
Thanks.
relationship with tblHazard through the AnalysisID. There are 78 fields in
tblHazard including number fields HazardID and AnalysisID, and checkbox
fields A, B, C, etc. on up to FF and text fields AText, BText, CText, etc. on
up to FFText.
I’ve created a report pulling data from tblAnalysis. (The report already has
a subreport from another one-to-one relationship with tblSCL).
For another section of the report, I need to insert the related record from
tblHazard, but I don’t want all 76 checkboxes and text boxes listed. I want
to list only the checkbox fields that are “True†along with the corresponding
text field. The “True†checkbox fields and their text fields need to be
listed under each other. For example:
Letter Description
A AText (text describing the letter A)
C CText (text describing the letter C)
L LText (text describing the letter L)
The “Letter†will be the field’s name rather than the checkmark and the
“Description†may have text or it could be blank.
I appreciate the help I’ve received on a previous question concerning this
database and am hoping that someone will have an answer for this one, too.
Thanks.