P
Pluggie
Hi,
Probably the most asked question around on this forum... but hey... there
are no stupid questions... only stupid answers...
I have a continuous form.
On this form is a combobox.
Below the combobox is a textbox.
The Control Source of the Combobox is the numeric field "Status" of Table A.
The Row Source of the Combobox refers to the Autonumeric ID-field of Table B.
The Control Source of the Textbox is the Name-field of Table B.
By selecting a value in the combobox (so from ID-Field of Table B) I
submit/modify a value in the Status-Field of Table A.
Now... I want to use the Textfield to display the Name (from Table B), that
corresponds with the "new" value stored in the Satus-Field of Table A
Both the combobox and the textfield are boud (dunno if that is correct).
I think I need to add an After Update Event to my Combobox, but I am not
sure about the code.
Can anyone help me out?
Probably the most asked question around on this forum... but hey... there
are no stupid questions... only stupid answers...
I have a continuous form.
On this form is a combobox.
Below the combobox is a textbox.
The Control Source of the Combobox is the numeric field "Status" of Table A.
The Row Source of the Combobox refers to the Autonumeric ID-field of Table B.
The Control Source of the Textbox is the Name-field of Table B.
By selecting a value in the combobox (so from ID-Field of Table B) I
submit/modify a value in the Status-Field of Table A.
Now... I want to use the Textfield to display the Name (from Table B), that
corresponds with the "new" value stored in the Satus-Field of Table A
Both the combobox and the textfield are boud (dunno if that is correct).
I think I need to add an After Update Event to my Combobox, but I am not
sure about the code.
Can anyone help me out?