How Do I

  • Thread starter Thread starter Tony Ramirez
  • Start date Start date
T

Tony Ramirez

Writing a Marco and tell it to:
GoToControl - Option120 (this is a option button)
I want it to click the option...to turn it on.

What command can I use?

Thanks so much!!
 
Tony,
You don't say what Option120 is bound to... I'll assume it's a Boolean
True/False field.
Also, I'm assuming that " click the option... to turn it on" refers to
setting Option120 to True.

On some event...
DoCmd.GoToControl "Option120"
[Option120] = True
--
hth
Al Campagna
Microsoft Access MVP
http://home.comcast.net/~cccsolutions/index.html

"Find a job that you love... and you'll never work a day in your life."
 

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

Can this be done? 3
Timing Issues 1
Help on Help 3
Position in a combobox 10
GoToControl Macro 4
mgsbox question 2
go to control in access 2007 1
Can ANY of you get SENDKEYS action to work in 2003?? 1

Back
Top