check box stays checked-

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

Guest

I have a form that allows you to go through customer records one at a time.
The only purpose is to fill in the "comment" field from a combo box- then
move on to the next record.

If the proper comment is not in the list- they are allowed to type in their
own comments- then check the check box to add to the list.

Therein lies the problem: I have the check box linked at "onclick" to an
event that will add whatever is in the "comment" field at the time the check
box is clicked on.

But, it stays checked!
1.) I want it to not perform the action until the "next record" button is
clicked-
2.) AND I want the check box to reset itself so it is always checked
3.) I do not want to add a comment that is already in the list

Help please!
 
Back
Top