Hey there,
I have a combo box called cboParameter on a form. It's row source has several columns which will display on txt boxes with their control sources set to cboParameter.Column(2) etc...
My problem is this: I have a Private Sub in the form that is called on the afterupdate event of cboParameter, and the txt boxes mentioned above don't show the cboParameter.Column information until after the called sub runs to completion.
I'd like this cboParameter.Column info to show up before the Private Sub is called. The sub asks dialog based questions and the cboParameter.Column info can help the user answer.
Thanks,
Mike
I have a combo box called cboParameter on a form. It's row source has several columns which will display on txt boxes with their control sources set to cboParameter.Column(2) etc...
My problem is this: I have a Private Sub in the form that is called on the afterupdate event of cboParameter, and the txt boxes mentioned above don't show the cboParameter.Column information until after the called sub runs to completion.
I'd like this cboParameter.Column info to show up before the Private Sub is called. The sub asks dialog based questions and the cboParameter.Column info can help the user answer.
Thanks,
Mike