H
hdharrison
I have a task that I want to be able to click on a Button and it would mark
all "passed" options. (I didnt want to click each one as there are about 75
options.)
It looks like this: (fictionious database)
(Engine) (I have 6 other tab folders for different things)
Transmission Fluid Check
O Passed
O Failed
Oil Fluid Check
O Passed
O Failed
Power steering Fluid Check.
O Passed
O Failed
and so on.
I have tried to use a macro for a button but it does not invoke the macro.
So, My question is do I need to write code for the button so that it will
run the macro? Or create code from scratch for this? I would need to create
buttons for the other 6 tab folders also, so I am trying to make it simple.
This is what my macro looks for the most part.
(Macro is PassedOptions)
SetValue Transmission Fluid Check
SetValue Oil Fluid Check
SetValue Power steering Fluid Check
That is all of the info I have regarding this macro. I suspect that the
macro is not set up right as I beleive that we would need to put "=1" after
the setvalue, but I could be wrong.
Any suggestions?
Dustin
all "passed" options. (I didnt want to click each one as there are about 75
options.)
It looks like this: (fictionious database)
(Engine) (I have 6 other tab folders for different things)
Transmission Fluid Check
O Passed
O Failed
Oil Fluid Check
O Passed
O Failed
Power steering Fluid Check.
O Passed
O Failed
and so on.
I have tried to use a macro for a button but it does not invoke the macro.
So, My question is do I need to write code for the button so that it will
run the macro? Or create code from scratch for this? I would need to create
buttons for the other 6 tab folders also, so I am trying to make it simple.
This is what my macro looks for the most part.
(Macro is PassedOptions)
SetValue Transmission Fluid Check
SetValue Oil Fluid Check
SetValue Power steering Fluid Check
That is all of the info I have regarding this macro. I suspect that the
macro is not set up right as I beleive that we would need to put "=1" after
the setvalue, but I could be wrong.
Any suggestions?
Dustin