sir
i have a form with combo box named "TEXT17" i have an another text box named(Basic Pay)
pls tell me how can i use dloolup creteria with two condition
EMPID= text17 value
and month in lbl9 value="mar"
i also paste my code here but show error
Me.Text43 = DLookup("Basicpay", "Salaryall", "[EMPID]='" & Me.Text17 & "'" And "[Month]='" & "Mar")
i have a form with combo box named "TEXT17" i have an another text box named(Basic Pay)
pls tell me how can i use dloolup creteria with two condition
EMPID= text17 value
and month in lbl9 value="mar"
i also paste my code here but show error
Me.Text43 = DLookup("Basicpay", "Salaryall", "[EMPID]='" & Me.Text17 & "'" And "[Month]='" & "Mar")