Hello,
I have a statement written and getting problem in working when I changed the Field "EmpID" from number to Text.
strSql = "SELECT *, Format(Date(),'yyyy')-Format([DoB],'yyyy') AS Age FROM tblRecallSheetStatus WHERE EmpID=" & emp_no & " ;"
Set qdf =...