Execute some code with check box selected

  • Thread starter Thread starter Rui Soares via AccessMonster.com
  • Start date Start date
R

Rui Soares via AccessMonster.com

I have one form with 47 check box and I need select some one, and after that
each one of them executes a different code...

Anybody can help me????

Rui
 
I have one form with 47 check box and I need select some one, and after that
each one of them executes a different code...

Anybody can help me????

Rui

Put the code in each checkbox's AfterUpdate event, by selecting the
checkbox in form design view, viewing its Properties, and clicking the
.... icon by the AfterUpdate event...

OR...

reconsider the user interface; might some other table structure or
control/controls provide a simpler option?

John W. Vinson[MVP]
 
Back
Top