I have a combo box on my form that I use to search my records. We use it to select a client and have that client show up on the form. For some reason, the original combo box we had stopped working, so I tried to put another on using the wizard and deleted the original that had stopped working.
Now when I try to use the combo box I get an error. The drop down shows my clients and it allows me to start typing their name and have it show up, but when I select a name I get the error "procedure declaration does not match description of event or procedure having the same name" When I select "OK" on that message box an "action failed" box pops up with the following.
Macro Name : Client Details : cboGoToContact : AfterUpdate : Embedded Macro
Condition: True
Action Name: SearchForRecord
Arguments: -1, , First, ="[Contact Name] = " & "'" & [Screen].[ActiveControl] & "'"
Error Number: 2950
I did a search for error 2950 and nothing that helped came up. I have enabled macros and selected to trust the source.
Anyone have any ideas?
Thanks,
Brad