hi,
I have a combo box called Course in a form called Employee (using table Employee) this combo box gets information from another table called Course. and I have another field in the form employee called Course_id.
what i need is: when i select any value from the combo box course (Say Math which has ID= 1), i want the field course_id to be filled with the id of the course.
I created an after_update event on the field Course but i cannot seem to find the right code to write in it that does the work.