G
Guest
Hi all,
I have a combo box on a form. The como box selects a studentID. After
selecting a student the user can then select from a second combo box their
tutor. The form itself is for students to select a test. If the student
wishes to cancel their 'appointment' with a tutor their is a special ID
available in the first combo box, studentID '0'. This returns the text in
the combox box to 'Available'. The student then has to manually clear the
second combo box with the tutors name. Is it possbile to automatically clear
the second combo with the first one states, studentID '0'. I was thinking
along the lines of:
iif(combo1=0, combo2.value="".......)
Any ideas where I would put should code? Onupdate? Many thanks for taking
the time to read this. Any and all help very welcome.
Debbie D. (UK)
I have a combo box on a form. The como box selects a studentID. After
selecting a student the user can then select from a second combo box their
tutor. The form itself is for students to select a test. If the student
wishes to cancel their 'appointment' with a tutor their is a special ID
available in the first combo box, studentID '0'. This returns the text in
the combox box to 'Available'. The student then has to manually clear the
second combo box with the tutors name. Is it possbile to automatically clear
the second combo with the first one states, studentID '0'. I was thinking
along the lines of:
iif(combo1=0, combo2.value="".......)
Any ideas where I would put should code? Onupdate? Many thanks for taking
the time to read this. Any and all help very welcome.
Debbie D. (UK)