I have two tables TABLE A and TABLE B each having one row and fixed number of columns. I want to have a TABLE C that contains the values of TABLE A - TABLE B example Table A Table B Table C 1,5,6,2,9 5,6,3,8,1 -4,-1,3,-6,8 Can I have a VBA code , query for it I really have too many fields in the table...