This is very simple, but I'm stubbing my toe. I put this code in my afterupdate event of my Combo Box.
Code:DoCmd.FindRecord Me.cboInvoice, acEntire, False, acSearchAll
I am getting a Runtime Error # 2162
A macro set to one of the current fields properties is failed because of an error in Find Record action argument.
What am I missing?