I wondering how can i formulate this textbox status to display textboxStatus to blank when combo box is closed and when combobox1 is in "Open" then TextBoxDate.Value - DateNow.
VBA Code:
if ComboBox1 = "Open" then
TextBoxStatus = txtBoxDate.Value - DateNow
Else if
ComboBox1 = "Closed" then
TextBoxStatus = " "
end if