G
Guest
There is my Query:
SELECT DISTINCTROW
Sum([Lodging]+[Taxes]+[Food]+[Parking]+[Mileage]+[Rental]+[Gas]+[Taxi]+[Phone]+[Computer]+[FAX]+[Metro]+[Tips]+[Train]) AS Stotal
FROM tblTravel;
Well I just get a blank field and only one.
What am I doing wrong.
Thank You for any help....
SELECT DISTINCTROW
Sum([Lodging]+[Taxes]+[Food]+[Parking]+[Mileage]+[Rental]+[Gas]+[Taxi]+[Phone]+[Computer]+[FAX]+[Metro]+[Tips]+[Train]) AS Stotal
FROM tblTravel;
Well I just get a blank field and only one.
What am I doing wrong.
Thank You for any help....