Using check box to clear data in a field

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.
 
S

Steve Schapel

Gntlhnds,

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top