Hi
I have an unbound form name "Letter "
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/9602-check-uncheck-in-a-continuous-form.html
On this form I have a continuous form named "frmEmployees" linked
with the table "tblEmployees"
In the continuous form I have many fields including "City" and
"Choice" both linked with table "tblEmployees"
Field "Choice" is a check box (yes/no)
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9602
Suppose I make a filter on New-York city, I want to use a button placed
on the from header of the "frmEmployees" that when I click on it
all the check boxes "Choice" for New-York will become checked.
Then I filter for Denver and by clicking the same button, all the
"Choice" check boxes for Denver will be checked
Of course I can check some other records if I want
So at the end all check boxes for New-York all check boxes for Denver
plus all other single boxes I have check are checked.
I also want a second button that I will use to uncheck all check boxes.
Thanks for helping me