I am getting an, "Operation is not supported for this type of object", error when I try to execute the code below. The line that it stops on is:
rst.Findfirst"[dealer]='" & Dealer &"'"
Any suggestions?
Private Sub Dealer_AfterUpdate()
Dim db As Database
Dim rst As...