Using check box to clear data in a field

  • Thread starter Thread starter Gntlhnds
  • Start date Start date
G

Gntlhnds

I would like to write a macro that will clear data in a combo box if a check
box is selected. The purpose of the check box is to designate a record as an
archive. One of the fields of the combo box is blank. When the check box is
selected, I want the combo box to select the blank field. Can this be done?
Thanks for the help.
 
Gntlhnds,

You can use a SetValue action in your macro, to set the value of the
combobox to Null.
 
Back
Top