I have a problem with the below dlookup fuction its result
Null value
txtAbsSunStore1.Value = DLookup("Store1", "tblAbsense", "TestId = " & lstResults.Column(1, 0) & " And Day = 'Sunday' And Empid = " & Me.txtEmpIdSearch.Value & " ")
All the variable have value and the corresponding value is there in the table too