Hi Guys
I need to ensure that if a combobox has a specific entry, a further txtbox also needs an entry
The code I have used for single entries is working fine but I can't get the dual entry to work
The codes I use are as below:
For the single entry
If cmbStatus.Value = "" Then
MsgBox...