NMiller007
Programmer
I am working with my first continuous form and am having some trouble accomplishing some things I think I should be able to do.
What I have is an approval form. It lists all unapproved records with a check box which is unchecked (I used the Yes/No field from my query as the Control Source). What I want to do is have the user check the boxes for the records they want approved. Currently, when a box is checked, that record is updated. What I need is a Cancel feature, which will uncheck all boxes.
I could have the check boxes not have the field as the control source, but then I am not sure how I would go through and update the table for each record that is checked.
Also, as a side item, I have a button for each record, which when clicked displays user comments (stored in the same table). Is it possible to only have the button visible if the comment field is not Null? I've tried using the form events to no avail. The reason I'm using a button is to get around the fact that form text boxes won't grow. The button pops up a text box, which displays the comment. Right now, if comment is Null, I just have the box say "No Comment."
Thanks!
What I have is an approval form. It lists all unapproved records with a check box which is unchecked (I used the Yes/No field from my query as the Control Source). What I want to do is have the user check the boxes for the records they want approved. Currently, when a box is checked, that record is updated. What I need is a Cancel feature, which will uncheck all boxes.
I could have the check boxes not have the field as the control source, but then I am not sure how I would go through and update the table for each record that is checked.
Also, as a side item, I have a button for each record, which when clicked displays user comments (stored in the same table). Is it possible to only have the button visible if the comment field is not Null? I've tried using the form events to no avail. The reason I'm using a button is to get around the fact that form text boxes won't grow. The button pops up a text box, which displays the comment. Right now, if comment is Null, I just have the box say "No Comment."
Thanks!