When I enter the vendor, then media type, then project expense TAT. It should give me the correct price when it has met all the criteria however it is not matching with the correct price for the entered criteria. Any thoughts?
strsql = "SELECT * from [tbl sr lab rates] where [lab] ='" & Me.Vendor & "'"
strsql = "SELECT * from [tbl sr lab rates] where [sample description] ='" & Me.MediaType & "'"
strsql = "SELECT * from [tbl sr lab rates] where [labratesTAT] ='" & Me.projectexpenseTAT & "'"
strsql = "SELECT * from [tbl sr lab rates] where [lab] ='" & Me.Vendor & "'"
strsql = "SELECT * from [tbl sr lab rates] where [sample description] ='" & Me.MediaType & "'"
strsql = "SELECT * from [tbl sr lab rates] where [labratesTAT] ='" & Me.projectexpenseTAT & "'"