S
Sprinks
I have a matrix of controls, and would like to write a custom function that
would calculate values for another control, depending on the control's name.
For example, I have a series of calculated controls r1, r2, r3, etc. While
I use the ControlSource = MyFunction("r1") for the first, = MyFunction("r2")
for the 2nd, etc., Because there are so many, I'd prefer to assign them all
at once = MyFunction(some reference), such that Access sends the name of the
control to the function.
Is this possible?
Thank you.
Sprinks
would calculate values for another control, depending on the control's name.
For example, I have a series of calculated controls r1, r2, r3, etc. While
I use the ControlSource = MyFunction("r1") for the first, = MyFunction("r2")
for the 2nd, etc., Because there are so many, I'd prefer to assign them all
at once = MyFunction(some reference), such that Access sends the name of the
control to the function.
Is this possible?
Thank you.
Sprinks