Disable All Command Buttons

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I am attempting to disable all command buttons on a parent form and its
subsequent subforms. I know how to list all the noted controls individually
(me.control.enabled=false) but this is very time consuming as there are quite
a lot of command buttons.

Is there an easier solution?

Regards
 
from Rainbow01 Hong Kong

use For Each....Next


"Lowrider72" 來函:
 

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