Can somebody help with this?
I am trying to update a value on a form's combobox from an not in list event.
I am making some error with the referencing of the control because this doesn't find the control
I want to be able to pass the form name and controls dynamically at run time
Appreciate any help
John
I am trying to update a value on a form's combobox from an not in list event.
I am making some error with the referencing of the control because this doesn't find the control
Code:
Forms(frmname)!frmcmbtrl.Column(1).Value = strnewvalue
I want to be able to pass the form name and controls dynamically at run time
Appreciate any help
John