Disable

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

Guest

I have two check box
"reset done (ITSA)"
"reset done (AMSC)"

I would like if user clicked "reset done (ITSA)" then
"reset done (AMSC)" will also clicked and disable and dim in colour,
how can i do this??????
 
Dear Bowling,
You can use the following code in the "AfterUpdate" event of "reset done
(ITSA)" :

["reset done (AMSC)"] = True
["reset done (AMSC)"].Enabled=True

Regards
Pietro
 
thx for help

Pietro said:
Dear Bowling,
You can use the following code in the "AfterUpdate" event of "reset done
(ITSA)" :

["reset done (AMSC)"] = True
["reset done (AMSC)"].Enabled=True

Regards
Pietro

Bowling said:
I have two check box
"reset done (ITSA)"
"reset done (AMSC)"

I would like if user clicked "reset done (ITSA)" then
"reset done (AMSC)" will also clicked and disable and dim in colour,
how can i do this??????
 

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

Similar Threads

Folder´s summary not correct 2
Windows 10 Bluetooth Problems 2
UI question regarding checkbox 1
print... command missing in ms access 2003 2
How does this function works? 5
Date AutoComplete 4
HP1320 Printing too light 4
Message Boxes 3

Back
Top