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]
 

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

Back
Top