Does this help???
SELECT tblCatagories.EmployeeID, tblCatagories.Date, [Vacation]+[Sick]+[Holiday]+[TimeOff]+[GeneralAdmin]+[Meetings]+[Training]+[QASupport]+[ProdSupport]+[PurchSupport]+[ServSupport]+[PartSupport]+[SaleSupport]+[LitigSupport]+[EngSupport]+[ECRProcessing]+[Misc]+[SpecCert]+[46E]+[AB85J]+[AB50J]+[EMS] AS [Daily Total]
FROM tblCatagories
WHERE (((tblCatagories.EmployeeID)=[Enter Employee ID]))
ORDER BY tblCatagories.EmployeeID, tblCatagories.Date;