Hello Everyone,
I am trying to write an IF statement that will break apart one drop down list by using the MID Function. Here is the code that I have:
If Mid(Me.List23, 5, 3) = "CNT" Then
NetworkDate_Click
ElseIf Mid(Me.List23, 5, 3) = "CNW" Then
NetworkDate_Click...