try replacing * with percent (%) symbol.
or if the query is within MS Access:
strSql = "SELECT dbo.UserLog.ID, dbo.UserLog.UserProjectNo, dbo.UserLog.UserEmail, dbo.UserReg.EmpName, dbo.UserReg.EmpLevelA, " _
& "dbo.UserLog.UserIn, dbo.UserLog.UserOut " _
& "FROM dbo.UserReg INNER JOIN...