T
Third_2007
Im working on a simple program right now,What I was doing is that I disable a
text box until a button is pressed. This button runs a macro which actually
set the value on that text box into enable.When I open the form and test the
macro., I does what it intended to do.How ever, If I use that same form
containing the button with a macro as a subform, im receiving the folowing
error:
Macro name:
Enable_value
Condition:
True
Action Name:
SetValue
Arguments:
[forms]![my_form]![my_textbox].[enabled],-1
Please help.I wanted to use the set value...but it aint working once I used
it in a subform...
text box until a button is pressed. This button runs a macro which actually
set the value on that text box into enable.When I open the form and test the
macro., I does what it intended to do.How ever, If I use that same form
containing the button with a macro as a subform, im receiving the folowing
error:
Macro name:
Enable_value
Condition:
True
Action Name:
SetValue
Arguments:
[forms]![my_form]![my_textbox].[enabled],-1
Please help.I wanted to use the set value...but it aint working once I used
it in a subform...