J
JohnE
I have an edit form that when the txtbox for the zip code is changed/entered,
I would like to have cboArea update automatically. I have put the following
in the On Exit of the txtbox;
Me.cboArea = Me.cboArea.Column(1)
Column 1 (starting with 0) is the column I want to have added/updated. Also
tried the above code line in the On Current of the edit form. Neither of
these are working. Am I missing something?
Thanks for reviewing this.
.... John
I would like to have cboArea update automatically. I have put the following
in the On Exit of the txtbox;
Me.cboArea = Me.cboArea.Column(1)
Column 1 (starting with 0) is the column I want to have added/updated. Also
tried the above code line in the On Current of the edit form. Neither of
these are working. Am I missing something?
Thanks for reviewing this.
.... John