I have a database that is used to log working hours. There are 4 fields: Project, Task and the start and end time fields. The task and project fields are combo boxes.
I have made it so when someone selects a project only the relevent tasks for that project are available in the task combo box. so far so good.
Also, if someone fills in a complete entry and then changes their mind and selects a different project the tasks combo box opens for the user to re-select a task appropriate to the new project. The only problem is the combo box closes if the user selects another control or clicks the form background. I want to stop the combo box from closing when someone clicks away from it, thus forcing data entry. I do not want to make this a required field in the table properties. Any ideas as always will be greatly appreciated.
Jon.N