I am trying to change a selection in a combo box and I am getting a message which states, “Run-time error ‘5’: Invalid procedure call or arguement, and then access locks up and closes.
My line of code is: cmbPrincipal.Value = Mid(cmbPrincipal.Value, (comma + 2), 1) & “. ” & Left(cmbPrincipal.Value, (comma – 1))
Can anyone help me with the problem?
Any help is appreciated.
Thanks,
Nick