Dears,
I have a combobox on a form called "cbo_ProcStatus" and there are different values for selection. One of the values in this combobox is "Order placed". There are other fields (textboxes) on same form called: Order_Placed_Date, Contractual_Date and Revised_Date. The users must to fill these dates prior to selecting "Order placed" but different times they are not doing it.
What I want to do is to only allow user to select "Order placed" value in combobox if Order_Placed_Date, Contractual_Date and Revised_Date have been entered. In case one of the dates have not been entered yet then a message may pop up informing user to fill up the date.
Could someone help me on vba and event for getting it done?