Hi, Please look at the database. The following is the query I tried and is not giving the out put I require.
SELECT tblH42.FullName, tblH42.StartDate, tblH42.EndDate, [EndDate]-[StartDate]+1 AS Days, tblAllDedRate.dailyRate, [Days]*[dailyRate] AS PayOwing
FROM tblAllDedRate, tblH42
WHERE...