How to pre-fill check boxes?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a form that consists of several fields that have already been filled
on a previous form. One of those previously filled fields is called
"IncidentCode" (example: "AB112").

Background Info:
There is a separate table that holds detai info for each value of
IncidentCode (for example CodeDesciption and SeverityGrade). Each incident
has a "severity grade" of either A+, A, or B.

OK, the form I am trying to create has to have three check boxes at the top,
each corresponding to a value of the SeverityGrade (A+, A, or B). Depending
on the incident code used one of the three boxes need to be checked.

So my question is how do I get my form to read the IncidentCode table and
then have the appropriate box display a check?

Thanks for your help.
David
 
Back
Top