Hello All,First off, I really appreciate the knowledge that many of the
gurus on this forum share with us.Secondly, I was hoping to get some
ideas on how I can go about scripting for the following situation:I have
a checkbox that, when clicked, adds a new text item to a listbox in a
separate subform. For this purpose, I use listbox1.additem(textField1).I
next create a few more checkboxes that add new text items to the same
listbox.Here is the heirarchyform1Main subForm1 checkBoxA textField1
subF...