Toggle visibility of other fields on form based upon combobox selection - MS Access
问题 Question... How can I toggle the visibility of several other fields (checkboxes/textboxes) on form based upon the selection of a combobox item. The image below shows a listbox but either way, how do use vba code to turn on or off visibility of all the fields in the grey box. Basically, if the combobox selection is scheduled then visible=true. Else visible=false How can I code this??? 回答1: Use combobox AfterUpdate event and probably form Current event as well. So build a procedure that can be