Friend,
i tried this one but with no success.
TABLE tblPayment UNION all
SELECT EmployeeID, [DatePaid] as DateUsed, Ont * [WorkedHours] AS AmtUsed from tblPayment UNION
SELECT [EmployeeNum], [DateUsed], [AmtUsed] ;
I have attached the database. Can u please tell me more how to create a union...