S
stevensjn
Hi everyone!
I have 40 or so columns in a table using the yes/no data type. Each
record in the table represents an audit of a paper form. Those items
filled incorrectly or incompletely on the paper form receive a check
on an access form during the audit process.
I would like to create a feedback form based on the audit record that
displays a listing of fields that received the check boxes, or rather,
were incomplete or incorrect on paper form that was audited.
On the feedback form, I only want to display something like this:
"Your form had the following errors:
ErrorFieldOneName
ErrorFieldFiveName
ErrorFieldTwentyFourName
ErrorFieldThirtyTwoName
"
In this listing I would like to use bunch of text boxes to represent
each possible field with the correct wording for a name for them as
the caption of that field's label. For example, for the field in the
audit table called "CallNum" I would like to make a hidden text box of
the same name with a label and caption of "Call Number".
Then if the record's CallNum field was checked, make that text box
visible and push it to the top of the report detail area, leaving
those fields that weren't checked, hidden from view.
Any ideas of the best approach I could use? I'm confused by the fact
that I have check boxes but want to show the field's name, not its
value. Also the CanShrink property of a text box doesn't seem to apply
to a check box.
Any help for this would be greatly appreciated! I'll keep digging
around but I can't seem to find an example of this sort of thing in
the group.
Thank you!
Jake
I have 40 or so columns in a table using the yes/no data type. Each
record in the table represents an audit of a paper form. Those items
filled incorrectly or incompletely on the paper form receive a check
on an access form during the audit process.
I would like to create a feedback form based on the audit record that
displays a listing of fields that received the check boxes, or rather,
were incomplete or incorrect on paper form that was audited.
On the feedback form, I only want to display something like this:
"Your form had the following errors:
ErrorFieldOneName
ErrorFieldFiveName
ErrorFieldTwentyFourName
ErrorFieldThirtyTwoName
"
In this listing I would like to use bunch of text boxes to represent
each possible field with the correct wording for a name for them as
the caption of that field's label. For example, for the field in the
audit table called "CallNum" I would like to make a hidden text box of
the same name with a label and caption of "Call Number".
Then if the record's CallNum field was checked, make that text box
visible and push it to the top of the report detail area, leaving
those fields that weren't checked, hidden from view.
Any ideas of the best approach I could use? I'm confused by the fact
that I have check boxes but want to show the field's name, not its
value. Also the CanShrink property of a text box doesn't seem to apply
to a check box.
Any help for this would be greatly appreciated! I'll keep digging
around but I can't seem to find an example of this sort of thing in
the group.
Thank you!
Jake