hello there i have this code and its giving me error
Got problem with my criteria part, I want something likeCode:Me.Computation = DLookup("EquiVal", "tbl_classication", [tbl_classication]![Classification] = Me!Proj_Class And Me.ProjCost & " BETWEEN [tbl_classication]![From] and [tbl_classication]![To] ")
-look on the table where classification like Proj_class
-and between my cost range.
I know its just on my syntax, hope someone guide me.