Good Afternoon,
I am creating a database for employees to take a "Quiz". Once they complete the quiz they get to choose from a list of available awards. I have the combo box set up to show only those awards available when the form is opened.
If an employee leaves the form open for a couple minutes before making their selection, that award may not be available any longer. I am going to use the timer to requery the combo box every so many seconds but if they have an award selected (but they haven't pressed the button to process their selection) I would like to be able to remove their selection from the combo box ONLY if that award is no longer available (meaning it wouldn't be in the list anymore).
Any ideas on how to accomplish this? I plan on having code behind the button that will double check the availability of the award before it is processed, but not sure that is enough (for those that leave the form open for an extended period of time).
Thanks!
Lena
I am creating a database for employees to take a "Quiz". Once they complete the quiz they get to choose from a list of available awards. I have the combo box set up to show only those awards available when the form is opened.
If an employee leaves the form open for a couple minutes before making their selection, that award may not be available any longer. I am going to use the timer to requery the combo box every so many seconds but if they have an award selected (but they haven't pressed the button to process their selection) I would like to be able to remove their selection from the combo box ONLY if that award is no longer available (meaning it wouldn't be in the list anymore).
Any ideas on how to accomplish this? I plan on having code behind the button that will double check the availability of the award before it is processed, but not sure that is enough (for those that leave the form open for an extended period of time).
Thanks!
Lena